Skip to content

Instantly share code, notes, and snippets.

*** smsc_at.c Thu Mar 24 21:14:49 2011
--- smsc_at_fixed.c Thu Mar 24 21:19:09 2011
***************
*** 904,910 ****
static int at2_read_delete_message(PrivAT2data* privdata, int message_number)
{
char cmd[20];
! int message_count = 0;
sprintf(cmd, "AT+CMGR=%d", message_number);
on path("a") do
on path("b") do
on path("c") do
on post do
res.write "c - POST"
end
on get do
res.write "c - GET"
end
# Make it use C-a, similar to screen..
unbind C-b
unbind l
set -g prefix C-a
bind-key C-a next-window
bind-key C-d previous-window
# Split windows
unbind %
unbind '"'
/Users/baguirre/.tmux.conf