comparison src/palview.cc @ 107:20aa5a515896

Reformat one line /* */ comments to //
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Oct 2014 12:42:55 +0300
parents 2f1ecc1c5f72
children f05330267c66
comparison
equal deleted inserted replaced
106:093497110727 107:20aa5a515896
333 draw_cursor(WINBG, false); 333 draw_cursor(WINBG, false);
334 i += columns - i % columns; 334 i += columns - i % columns;
335 is_drawn &= ~(YID_TEXT | YID_CURSOR); 335 is_drawn &= ~(YID_TEXT | YID_CURSOR);
336 cursor_phase = 0; 336 cursor_phase = 0;
337 } 337 }
338 #if 0 /* Conflicts with "rotate" */ 338 #if 0 // Conflicts with "rotate"
339 else if (is.key == '-') // [-]: beginning of previous line 339 else if (is.key == '-') // [-]: beginning of previous line
340 { 340 {
341 draw_cursor(WINBG, false); 341 draw_cursor(WINBG, false);
342 i -= columns + i % columns; 342 i -= columns + i % columns;
343 is_drawn &= ~(YID_TEXT | YID_CURSOR); 343 is_drawn &= ~(YID_TEXT | YID_CURSOR);