1. 7801d7b revert previously added extra calls to move_mbright(); it's more by David Lawrence Ramsey · 20 years ago
  2. d24fbb7 rename move_left() and move_right() to move_mbleft() and move_mbright(), by David Lawrence Ramsey · 20 years ago
  3. 1fe2eeb add multibyte and wide equivalents of isalnum(), make do_next_word() by David Lawrence Ramsey · 20 years ago
  4. c4c45aa make do_statusbar_cut_text() respect the CUT_TO_END flag by David Lawrence Ramsey · 20 years ago
  5. 49ff08b add missing memory corruption fix to do_statusbar_output() by David Lawrence Ramsey · 20 years ago
  6. ea9370f a few forgotten copyright year updates by David Lawrence Ramsey · 20 years ago
  7. c1e3d94 fix problem where displaying multiline regexes that have their start on by David Lawrence Ramsey · 20 years ago
  8. 487d08c use actual UTF-8 in do_credits() by David Lawrence Ramsey · 20 years ago
  9. 0c9df57 add comments by David Lawrence Ramsey · 20 years ago
  10. 8a31afd make the "smart home" routines handle multibyte blank characters by David Lawrence Ramsey · 20 years ago
  11. 4c6956b add minor fixes to make the displaying of invalid multibyte sequences work again by David Lawrence Ramsey · 20 years ago
  12. b54155c massive updates to multibyte/wide character support; deal with multibyte by David Lawrence Ramsey · 20 years ago
  13. cac0293 miscellaneous high-level input routine fixes: in do_statusbar_input(), by David Lawrence Ramsey · 20 years ago
  14. 577298a remove display_string_len() again for the time being, since it's still by David Lawrence Ramsey · 20 years ago
  15. f4a799a more minor shortcut-related fixes by David Lawrence Ramsey · 20 years ago
  16. d96851f miscellaneous cleanups for the multibyte parsing functions by David Lawrence Ramsey · 20 years ago
  17. 12054fe add a cosmetic fix and a fix for a potential compilation problem exposed by David Lawrence Ramsey · 20 years ago
  18. 6d594a9 really fix the memory corruption problem in display_string() by David Lawrence Ramsey · 20 years ago
  19. 9ac20c8 remove redundant code by David Lawrence Ramsey · 20 years ago
  20. 0251bdb fix display problem caused by the memory corruption fix by David Lawrence Ramsey · 20 years ago
  21. 8ec1e2d when NANO_WIDE is defined, use MB_CUR_MAX only when the NO_UTF8 flag is not set by David Lawrence Ramsey · 20 years ago
  22. 851bea2 remove now-unneeded comment by David Lawrence Ramsey · 20 years ago
  23. bbd63e1 fix potential memory corruption in display_string() when adding UTF-8 by David Lawrence Ramsey · 20 years ago
  24. 9dffac9 put back two of the hacks of DB's that are actually needed (we need one by David Lawrence Ramsey · 20 years ago
  25. 930b1d7 remove DB's hacks to work around problems with ncurses' display of by David Lawrence Ramsey · 20 years ago
  26. 913db83 add DB's (modified) UTF-8 support tweaks to do_replace_highlight() by David Lawrence Ramsey · 20 years ago
  27. d90d64f set the value of alloc_len properly again, as in DB's patch, in order to by David Lawrence Ramsey · 20 years ago
  28. 179f0ea undo the initialization of index, as the warning was indirectly caused by David Lawrence Ramsey · 20 years ago
  29. 22e5eff cosmetic fixes by David Lawrence Ramsey · 20 years ago
  30. 4d709f3 make sure index is initialized in order to avoid a warning by David Lawrence Ramsey · 20 years ago
  31. 68e3016 add DB's (modified) UTF-8 support tweaks to edit_add(); they're not by David Lawrence Ramsey · 20 years ago
  32. 2524a70 fix assert by David Lawrence Ramsey · 20 years ago
  33. f0a53f0 readd get_byte_kbinput(), modify get_word_kbinput() to handle by David Lawrence Ramsey · 20 years ago
  34. 423326f another int -> bool conversion by David Lawrence Ramsey · 20 years ago
  35. 956da0d miscellaneous fixes: skip over invalid wide characters, and if wcwidth() by David Lawrence Ramsey · 20 years ago
  36. 6e1cd06 when we get a newline via verbatim input at the statusbar prompt, set by David Lawrence Ramsey · 20 years ago
  37. 1b1e8b6 add missing NANO_SMALL #ifdef by David Lawrence Ramsey · 20 years ago
  38. d9ad76b properly handle newlines read in via verbatim input at the statusbar prompt by David Lawrence Ramsey · 20 years ago
  39. 11c83d3 implement verbatim input for the statusbar prompt by David Lawrence Ramsey · 20 years ago
  40. b8a2a6d in do_input() and do_statusbar_input(), func_key is an int* and not an by David Lawrence Ramsey · 20 years ago
  41. 08cd7ef fix an assert, update another copyright year, and add a few more of DB's by David Lawrence Ramsey · 20 years ago
  42. c13b7f0 overhaul the high-level input routines for the statusbar to make them by David Lawrence Ramsey · 20 years ago
  43. f282428 handle wctomb() failures properly in display_stirng_len() and display_string() by David Lawrence Ramsey · 20 years ago
  44. a9b9913 properly increment start_col when the line begins with a character that by David Lawrence Ramsey · 20 years ago
  45. c195820 clarify the warning message when sufficient wide character support isn't by David Lawrence Ramsey · 20 years ago
  46. 6a643cd fix the NANO_WIDE #ifdefs again, and put display_string_len() back in by David Lawrence Ramsey · 20 years ago
  47. a35bdd1 add a few missing NANO_WIDE #ifdefs, and remove display_string_len() by David Lawrence Ramsey · 20 years ago
  48. fe3627d fix display problem caused by backwards comparisons of column and start_col by David Lawrence Ramsey · 20 years ago
  49. 61a7140 revert last change, as it's actually redundant, and fix a few comments by David Lawrence Ramsey · 20 years ago
  50. 7ddca3a fix if block by David Lawrence Ramsey · 20 years ago
  51. 1903ace fix statusbar() and onekey() to properly handle multibyte strings too by David Lawrence Ramsey · 20 years ago
  52. 93c4a56 #ifdef fixes by David Lawrence Ramsey · 20 years ago
  53. 9ec76e5 remove command line and rcfile option for --noutf8, as UTF-8 support is by David Lawrence Ramsey · 20 years ago
  54. fc69321 more steps toward UTF-8 support: port all the parts of DB's UTF-8 patch by David Lawrence Ramsey · 20 years ago
  55. 6a2f068 still more cosmetic fixes by David Lawrence Ramsey · 20 years ago
  56. 78ea5e4 improvements to wide/multibyte character input and output, using wide by David Lawrence Ramsey · 20 years ago
  57. 164bf36 add missing reset by David Lawrence Ramsey · 20 years ago
  58. c2ac02f add missing casts by David Lawrence Ramsey · 20 years ago
  59. abc9423 check for nulls and newlines earlier in do_output(), and add a few more by David Lawrence Ramsey · 20 years ago
  60. 6044889 reset the mbtowc() and wctomb() state machines at the right places by David Lawrence Ramsey · 20 years ago
  61. 263240c when adding to the keystroke buffer, filter out bad keystrokes with one by David Lawrence Ramsey · 20 years ago
  62. eae97ca go back to storing multibyte characters in non-dynamically allocated by David Lawrence Ramsey · 20 years ago
  63. 43953bb store multibyte characters in dynamically allocated arrays of MB_CUR_MAX by David Lawrence Ramsey · 20 years ago
  64. f812e4f rearrange a few variables by David Lawrence Ramsey · 20 years ago
  65. 95a0224 miscellaneous fixes for the buffered inout and output routines and their by David Lawrence Ramsey · 20 years ago
  66. eb711b0 formatting fix by David Lawrence Ramsey · 20 years ago
  67. bfcba16 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  68. bce3aad in titlebar(), space should be an int instead of a size_t by David Lawrence Ramsey · 20 years ago
  69. f326ed7 add some miscellaneous fixes for titlebar() by David Lawrence Ramsey · 20 years ago
  70. 846658e when we get the whitespace display toggle, update the titlebar as well by David Lawrence Ramsey · 20 years ago
  71. 7483571 massive overhaul to support buffered input and output, the first steps by David Lawrence Ramsey · 20 years ago
  72. 1483ee3 remove malfunctioning wide character support, and add a few miscellaneous fixes by David Lawrence Ramsey · 20 years ago
  73. 832db76 typo fix by David Lawrence Ramsey · 20 years ago
  74. 40a6c8c more formatting fixes by David Lawrence Ramsey · 20 years ago
  75. c109549 in unget_kbinput(), free s after the wctomb() call, since we don't need by David Lawrence Ramsey · 20 years ago
  76. 15dbc6e comment fix by David Lawrence Ramsey · 20 years ago
  77. c82997d in get_verbatim_kbinput(), don't pass v_kbinput in as a parameter, since by David Lawrence Ramsey · 20 years ago
  78. 08eab72 add debug messages to get_shortcut() and get_toggle() by David Lawrence Ramsey · 20 years ago
  79. 698263c in the low-level input routines, make the ascii_digits variables ints by David Lawrence Ramsey · 20 years ago
  80. 12642ed formatting fix by David Lawrence Ramsey · 20 years ago
  81. d994ad5 in get_edit_input(), readd parameter allow_funcs, as it's now needed as by David Lawrence Ramsey · 20 years ago
  82. 93c8405 overhaul the cutting and uncutting routines and the justify-related by David Lawrence Ramsey · 20 years ago
  83. 55381aa Include <config.h> only if HAVE_CONFIG_H. by Jordi Mallach · 20 years ago
  84. 0317c86 fix breakage of ASCII character sequence mode introduced with the UTF-8 by David Lawrence Ramsey · 20 years ago
  85. 90e59c1 when doing marked spell-check, properly handle the case where the mark by David Lawrence Ramsey · 20 years ago
  86. 1e1f572 in get_kbinput(), make sure meta_key and func_key are set properly in all cases by David Lawrence Ramsey · 20 years ago
  87. 8381fdd add new key aliases: F15 for "Mark Text" and F16 for "Where Is Next"; by David Lawrence Ramsey · 20 years ago
  88. 7a97e18 make current_x a size_t instead of an int by David Lawrence Ramsey · 20 years ago
  89. 0ff01a9 put DB's old efficiency tweaks back in bottombars() by David Lawrence Ramsey · 20 years ago
  90. cc823ab cosmetic fix: "Hurd console" -> "Mach console" by David Lawrence Ramsey · 20 years ago
  91. 2690baf add missing parentheses by David Lawrence Ramsey · 20 years ago
  92. 9abd1d1 simplify the key-interpreting logic in get_shortcut() by David Lawrence Ramsey · 20 years ago
  93. 7975408 fix wrong word by David Lawrence Ramsey · 20 years ago
  94. c59979f add UTF-8 support to unget_kbinput(), and fix a minor memory leak in the by David Lawrence Ramsey · 20 years ago
  95. 1601c28 remove unnecessary casts by David Lawrence Ramsey · 20 years ago
  96. fc965a4 make the UTF-8 character reading support work in more instances by David Lawrence Ramsey · 20 years ago
  97. 1f204c0 fix spurious warning message in do_gotoline() that was introduced when by David Lawrence Ramsey · 20 years ago
  98. 4e8e495 add support for reading in UTF-8 sequences to some of the low-level by David Lawrence Ramsey · 20 years ago
  99. 5780b24 make get_escape_seq_kbinput()'s escape_seq parameter a const int*, since by David Lawrence Ramsey · 20 years ago
  100. 045883a really fix the resetstatus problems this time, and add a few other by David Lawrence Ramsey · 20 years ago