| Age | Commit message (Expand) | Author |
| 1999-07-04 | nuke msg_printf() and msg_printf_add(). | cgd |
| 1999-07-04 | const-ify strings as appropriate, and convert message 'numbers' from | cgd |
| 1999-07-04 | oops, forgot an _ | cgd |
| 1999-07-04 | privatize msg_beep | cgd |
| 1999-07-04 | nuke msg_{,no}echo, add msg_prompt_noecho | cgd |
| 1999-07-04 | nuke msg_prompt_str, msg_prompt_addstr, and msg_table (unused), and make | cgd |
| 1999-07-04 | turn on automatic text layout for the printf and display fns | cgd |
| 1999-07-04 | provide APIs (currently mostly undocumented) to print pre-formatted | cgd |
| 1999-06-23 | implement word kill with control-W | cgd |
| 1999-06-23 | add code to do dynamic message text layout, currently completely disabled. | cgd |
| 1999-06-23 | replace lots of wclear()/wmove() calls with calls to msg_clear(). wmove() | cgd |
| 1999-06-22 | don't bother calculated up MAXSTR, especially since the value calculated | cgd |
| 1999-06-19 | don't dereference NULL when thinking about copying the default | cgd |
| 1999-06-19 | teach the message prompting code to use control-U as line kill character. | cgd |
| 1999-06-19 | fix an off-by-one error (it would put up to max_chars plus NUL into the string, | cgd |
| 1999-04-25 | It was a bad idea to call a function 'beep'. | veego |
| 1997-09-26 | Import a simple message system with 'compiled' messages. Used by | phil |