~ubuntu-branches/ubuntu/lucid/mpg123/lucid

« back to all changes in this revision

Viewing changes to src/term.h

Tags: upstream-0.66
ImportĀ upstreamĀ versionĀ 0.66

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
        term: terminal control
3
3
 
4
4
        copyright ?-2006 by the mpg123 project - free software under the terms of the LGPL 2.1
5
 
        see COPYING and AUTHORS files in distribution or http://mpg123.de
 
5
        see COPYING and AUTHORS files in distribution or http://mpg123.org
6
6
        initially written by Michael Hipp
7
7
*/
8
8
 
44
44
/* #define FINE_REWIND_KEY ';' */
45
45
/* #define FINE_FORWARD_KEY ':' */
46
46
 
 
47
#define VOL_UP_KEY '+'
 
48
#define VOL_DOWN_KEY '-'
 
49
#define VERBOSE_KEY 'v'
 
50
#define RVA_KEY 'r'
 
51
 
47
52
/* this counts as "undocumented" and can disappear */
48
53
#define FRAME_INDEX_KEY 'i'
49
54