[lastbash-cvs] lastbash lastbash,1.94,1.95
Status: Beta
Brought to you by:
cstroie
|
From: Costin S. <cs...@us...> - 2006-12-08 15:00:42
|
Update of /cvsroot/lastbash/lastbash In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25292 Modified Files: lastbash Log Message: More remote commands added. Index: lastbash =================================================================== RCS file: /cvsroot/lastbash/lastbash/lastbash,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- lastbash 8 Dec 2006 14:23:23 -0000 1.94 +++ lastbash 8 Dec 2006 15:00:35 -0000 1.95 @@ -1782,12 +1782,15 @@ # $2 - arguments (optional) case "$1" in - "REFRESH") tui_metadata ;; - "STATION") tui_lastfm_station "$2" ;; - "SKIP") tui_lastfm_command_skip ;; - "BAN") tui_lastfm_command_ban ;; - "LOVE") tui_lastfm_command_love ;; - "RTP") tui_lastfm_rtp ;; + "REFRESH") tui_metadata ;; + "STATION") tui_lastfm_station "$2" ;; + "SKIP") tui_lastfm_command_skip ;; + "BAN") tui_lastfm_command_ban ;; + "LOVE") tui_lastfm_command_love ;; + "RTP") tui_lastfm_rtp ;; + "DISCOVERY") tui_lastfm_discovery ;; + "WINCH") sigwinch ;; + "DEBUG") tui_debug_toggle ;; # Quit # FIXME Terminal left in wrong status "QUIT") quit 0 ;; |