This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** 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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 '"' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/baguirre/.tmux.conf |
NewerOlder