Changeset 4078
- Timestamp:
- Nov 30, 2009, 12:19:38 PM (13 years ago)
- Location:
- neercs/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/ansi.c
r4077 r4078 315 315 316 316 317 else if (!handle_duplet 318 (&buffer[i], sc, &skip,top, bottom, width, height))317 else if (!handle_duplet (&buffer[i], sc, &skip, 318 top, bottom, width, height)) 319 319 { 320 320 … … 472 472 +-----+------------------+---------------------+-----------------+ 473 473 | CSI | parameter bytes | intermediate bytes | final byte | | | 474 0x30 - 0x3f | 0x20 - 0x2f | 0x40 - 0x7e | | ^[[ | 0123456789:;<=>?474 0x30 - 0x3f | 0x20 - 0x2f | 0x40 - 0x7e | | ^[[ | 0123456789:;<=>? 475 475 | SPC !"#$%&'()*+,-./ | azAZ@[\]^_`{|}~ | 476 476 +-----+------------------+---------------------+-----------------+ */ -
neercs/trunk/src/neercsrc
r3939 r4078 10 10 11 11 [windows] 12 window_manager = cube; full card hsplit vsplit cube12 window_manager = full ; full card hsplit vsplit cube 13 13 cube_duration = 1 ; Cube duration in seconds 14 14 status_bar = true ; Activate status bar
Note: See TracChangeset
for help on using the changeset viewer.