1. 00c6585 Return error cause properly. by Nicholas Marriott · 17 years ago
  2. f97db61 Clear msgdata where it is unavailable. by Nicholas Marriott · 17 years ago
  3. c7243b7 Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before. by Nicholas Marriott · 17 years ago
  4. 11ee55e Prepare TERM in buffer before sending; this allows size to be part of cmd and prevents it being split. This is the only place this happens so remove it from todo. by Nicholas Marriott · 17 years ago
  5. 693231e +. by Nicholas Marriott · 17 years ago
  6. cea201d Don't die if no dst window and -k to linkw. by Nicholas Marriott · 17 years ago
  7. 65f4284 New command, send-keys, to send a set of keys. by Nicholas Marriott · 17 years ago
  8. 99fa60f +. by Nicholas Marriott · 17 years ago
  9. 3ecdc34 s/backgroun/background/ by Nicholas Marriott · 17 years ago
  10. 5569ff9 Don't hang when window closes early; also add lots more debugging. by Nicholas Marriott · 17 years ago
  11. abe745f Add limits.h by Nicholas Marriott · 17 years ago
  12. 8f33e84 Ugh, this should be backspace. by Nicholas Marriott · 17 years ago
  13. 0dbbd77 Linux rxvt doesn't support parm_dch or delete_character. by Nicholas Marriott · 17 years ago
  14. 58ca26c +. by Nicholas Marriott · 17 years ago
  15. 7613c7f GNUmakefile fixes, from tobiasu. by Nicholas Marriott · 17 years ago
  16. 61b0b2c Upd. by Nicholas Marriott · 18 years ago
  17. 205b78e Some key tweaks, fix status bar to not rely on attr. by Nicholas Marriott · 18 years ago
  18. b8e616f This was wrong... by Nicholas Marriott · 18 years ago
  19. e7f68a0 Write status across entire line. by Nicholas Marriott · 18 years ago
  20. ccfeb31 Don't attempt to reset tty if it is dead. by Nicholas Marriott · 18 years ago
  21. 34b7810 vi(1) by Nicholas Marriott · 18 years ago
  22. f18ac66 Quick start section in man page. by Nicholas Marriott · 18 years ago
  23. da22faf Sync with Makefile. by Nicholas Marriott · 18 years ago
  24. c6efbbb Don't free twice when exiting. by Nicholas Marriott · 18 years ago
  25. 5bc8b2b Actually incrementing the reference count would be nice. by Nicholas Marriott · 18 years ago
  26. 7162d82 Yes, it is. by Nicholas Marriott · 18 years ago
  27. 73d8821 Handle EOL properly when scrolled. by Nicholas Marriott · 18 years ago
  28. db6ad3a Redraw position indicator regardless. by Nicholas Marriott · 18 years ago
  29. e215e17 Filling with the right attr should be done in screen-display.c. by Nicholas Marriott · 18 years ago
  30. 21d10e6 Use the current attr/colours for filling in new areas, this fixes the echo \\033[35\;46m\\033[2J bug. by Nicholas Marriott · 18 years ago
  31. 9a37eb4 Bug fix; don't bail except on first line when printing. by Nicholas Marriott · 18 years ago
  32. 2013dc4 Workaround FreeBSD problems with deleting terms. by Nicholas Marriott · 18 years ago
  33. 83393d3 Only close the tty during exit process and leave freeing it to when the socket is lost. by Nicholas Marriott · 18 years ago
  34. 91d7904 Use the right function... by Nicholas Marriott · 18 years ago
  35. 2bc8108 Save term data in a linked list and reuse it. by Nicholas Marriott · 18 years ago
  36. 08d7be6 Fix charset stuff. by Nicholas Marriott · 18 years ago
  37. 194c871 Sync. by Nicholas Marriott · 18 years ago
  38. bea5d6d Clean up after error properly. by Nicholas Marriott · 18 years ago
  39. 0f2666a Restore termcap checks. by Nicholas Marriott · 18 years ago
  40. 85c087a Another redraw bugs. by Nicholas Marriott · 18 years ago
  41. 8ec9b07 Screen debugging. by Nicholas Marriott · 18 years ago
  42. 4f44b09 Redraw buglets. by Nicholas Marriott · 18 years ago
  43. 7dc18f6 set/reset mode window functions. by Nicholas Marriott · 18 years ago
  44. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 18 years ago
  45. 6f142e9 Don't try to access more windows if the session has been destroyed. by Nicholas Marriott · 18 years ago
  46. 5f6a9e7 Handle missing parm_*. by Nicholas Marriott · 18 years ago
  47. b10bd51 Clear before resize. by Nicholas Marriott · 18 years ago
  48. 8419e99 The tty code already stores attributes and doesn't modify them if unaltered, so the screen drawing code doesn't need to do so too. This probably also fixes bugs when switching screens where the actual tty attributes may not have been what the draw code (erroneously) expected. by Nicholas Marriott · 18 years ago
  49. ba56989 Sync .cvsignore. by Nicholas Marriott · 18 years ago
  50. cb353fb home and end appear to be find/select with rxvt... by Nicholas Marriott · 18 years ago
  51. e0383f5 Better error messages with no server. by Nicholas Marriott · 18 years ago
  52. 2b3ba1c Bah, doing it together doesn't seem to work portably. by Nicholas Marriott · 18 years ago
  53. fe1299a install -d, from tobiasu. by Nicholas Marriott · 18 years ago
  54. 3962c5f Change window name on \ek...\e\. by Nicholas Marriott · 18 years ago
  55. 77386db Turn mouse on/off as appropriate. by Nicholas Marriott · 18 years ago
  56. 043514a Preliminary mouse support. by Nicholas Marriott · 18 years ago
  57. f47ab8f Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag. by Nicholas Marriott · 18 years ago
  58. 43c99c2 Clear current line properly on clear eos. by Nicholas Marriott · 18 years ago
  59. c6384a7 Flush data on tty open. Also reset colour before clearing line/screen. by Nicholas Marriott · 18 years ago
  60. 7034ba2 Same exit process applied to detach. by Nicholas Marriott · 18 years ago
  61. 5cd1d45 Three-stage exit process so that [] message printing works on detach etc. by Nicholas Marriott · 18 years ago
  62. 2fabfb3 Make reset actually work. by Nicholas Marriott · 18 years ago
  63. 80e30f6 Minor tweaks/missed bits. by Nicholas Marriott · 18 years ago
  64. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 18 years ago
  65. 97eca99 Code tidying. by Nicholas Marriott · 18 years ago
  66. c5b1fa9 Shift history up by 10% at a time. by Nicholas Marriott · 18 years ago
  67. 1461056 This is better than disabling it. by Nicholas Marriott · 18 years ago
  68. 6b2debf Erm, check the right cell... d'oh. by Nicholas Marriott · 18 years ago
  69. 0ad9a61 Heh. 2300 not 1200. by Nicholas Marriott · 18 years ago
  70. f903cc9 Rv EOL optimisation, it screws up selection. by Nicholas Marriott · 18 years ago
  71. 818df92 Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of places. by Nicholas Marriott · 18 years ago
  72. d61a63c Update SRCS, use -rdynamic in DEBUG case, lose openssl crap. by Nicholas Marriott · 18 years ago
  73. 1ef876d Sync SRCS. by Nicholas Marriott · 18 years ago
  74. 89db56f Disable this optimisation since cursor can be updated by stuff outside. by Nicholas Marriott · 18 years ago
  75. 9a3dde0 Oops, use correct y. by Nicholas Marriott · 18 years ago
  76. 0f0dd4a Init local_log to -1. by Nicholas Marriott · 18 years ago
  77. 87b418b Redo output logging in local.c. Optimise line drawing. by Nicholas Marriott · 18 years ago
  78. 15511cb Support for VT100 graphics mode. Also lose some redundant checks. by Nicholas Marriott · 18 years ago
  79. 08f8740 Always redraw requesting client on resize. by Nicholas Marriott · 18 years ago
  80. 5ad9b31 Scroll region reset homes the cursor, so start at 0,0 when drawing. Also don't set region after DECRC. by Nicholas Marriott · 18 years ago
  81. b903494 Reset before calling window_draw otherwise it'll have the wrong idea of the current state (since it copies from screen). by Nicholas Marriott · 18 years ago
  82. 112f4d9 Don't stop until after everything else done. by Nicholas Marriott · 18 years ago
  83. d03e729 Better words. by Nicholas Marriott · 18 years ago
  84. b2d78b6 Use screen_draw_* to write message, avoids leaving attribute changes around. by Nicholas Marriott · 18 years ago
  85. 01dd8a3 Sync. by Nicholas Marriott · 18 years ago
  86. 69cec88 Document modes, c/p etc. by Nicholas Marriott · 18 years ago
  87. 43a05b1 Better fix, handle delete-last-line properly. by Nicholas Marriott · 18 years ago
  88. 4e21786 Don't crash when deleting lines at the end, fixes irssi. by Nicholas Marriott · 18 years ago
  89. a010936 Inc region in debug msg. by Nicholas Marriott · 18 years ago
  90. 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 18 years ago
  91. 68b2d36 Rm some redundant checks, prevent issues when data->size == 0. by Nicholas Marriott · 18 years ago
  92. b44bc4f Forgot to commit. by Nicholas Marriott · 18 years ago
  93. 3924604 Show hlimit. by Nicholas Marriott · 18 years ago
  94. 4cd1f86 Only show history size. by Nicholas Marriott · 18 years ago
  95. 4d7510b Sync. by Nicholas Marriott · 18 years ago
  96. 9c58443 history-limit option. by Nicholas Marriott · 18 years ago
  97. 26c8303 Tidier code by moving mess into functions. by Nicholas Marriott · 18 years ago
  98. 7b45569 Make C-space toggle. Fix sel on same line. by Nicholas Marriott · 18 years ago
  99. 7ab0b46 Text selection with C-space. by Nicholas Marriott · 18 years ago
  100. 18d72e6 Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around. by Nicholas Marriott · 18 years ago