version.c (82725ba9bf1fd59746a4006a06f24d4d61d142f2) | version.c (74709ed038c5cdffc65586a83a160ddd07b27515) |
---|---|
1/* 2 * Copyright (C) 1984-2017 Mark Nudelman 3 * 4 * You may distribute under the terms of either the GNU General Public 5 * License or the Less License, as specified in the README file. 6 * 7 * For more information, see the README file. 8 */ --- 838 unchanged lines hidden (view full) --- 847v522 10/20/17 Handle keypad ENTER key properly. 848v523 10/23/17 Cleanup. 849v524 10/24/17 Fix getcc bug. 850v525 10/24/17 Change M command to mark last displayed line. 851v526 10/25/17 Fix search hilite bug introduced in v517. 852v527 10/30/17 Fix search hilite bug on last page with -a. 853v528 11/3/17 Make second ESC-u clear status column. 854v529 11/12/17 Display Unicode formatting chars in hex if -U is set. | 1/* 2 * Copyright (C) 1984-2017 Mark Nudelman 3 * 4 * You may distribute under the terms of either the GNU General Public 5 * License or the Less License, as specified in the README file. 6 * 7 * For more information, see the README file. 8 */ --- 838 unchanged lines hidden (view full) --- 847v522 10/20/17 Handle keypad ENTER key properly. 848v523 10/23/17 Cleanup. 849v524 10/24/17 Fix getcc bug. 850v525 10/24/17 Change M command to mark last displayed line. 851v526 10/25/17 Fix search hilite bug introduced in v517. 852v527 10/30/17 Fix search hilite bug on last page with -a. 853v528 11/3/17 Make second ESC-u clear status column. 854v529 11/12/17 Display Unicode formatting chars in hex if -U is set. |
855v530 12/2/17 Minor doc change and add missing VOID_PARAM. |
|
855*/ 856 | 856*/ 857 |
857char version[] = "529"; | 858char version[] = "530"; |