| Age | Commit message (Expand) | Author |
| 2019-11-17 | Pull up following revision(s) (requested by martin in ticket #433): | msaitoh |
| 2019-06-25 | Do the fmtcheck for both message lookups to satisfy format string | joerg |
| 2019-06-20 | Re-add msg_clear() accidently dropped in previous. | martin |
| 2019-06-20 | Introduce _fmt_ flavors of the menu functions that take a formatting string | christos |
| 2019-03-01 | msg_prompt_win: allow automatic window height calculation (by passing | martin |
| 2019-01-22 | Support redrawing all windows when in a msg prompt via Ctrl-l. | martin |
| 2019-01-21 | msg_prompt_win: if the default string fits, show it separately even | martin |
| 2012-03-06 | Remove the advertising clause with the explicit ok from Perry E. Metzger. | mbalmer |
| 2012-03-02 | Add msg_printf(fmt, ...), a function to display raw messages without | mbalmer |
| 2012-03-02 | Removing trailing whitespace. | mbalmer |
| 2010-01-02 | Remove some sign compare warnings. | dsl |
| 2006-12-03 | eliminate an alloca use. | christos |
| 2006-09-06 | Fix requests for msg input with a NULL target buffer (or zero length one) | dsl |
| 2006-09-06 | Rename 'max_chars' to 'val_buf_len' to make it clearer that it has to include | dsl |
| 2006-05-12 | Sorry, fix syntax error in previous. | he |
| 2006-05-12 | Appease gcc 3.3.3 -Wuninitialized warning; fixes build problem for | he |
| 2005-04-09 | If the user removed the default string (after we had put it into the buffer | dsl |
| 2004-11-05 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-10-16 | Remove _erase_ch() it isn't used any more | dsl |
| 2004-08-14 | NetBSD curses gives the wrong data when you read curscr, need to | dsl |
| 2004-08-13 | Save and restore screen underneath prompt boxes | dsl |
| 2004-06-05 | Improve editing of input fields: | dsl |
| 2003-09-25 | Add a msg_row() function that returns the current screen row. | dsl |
| 2003-07-28 | No need for wrefresh() in msg_clear(), screen will be updated later. | dsl |
| 2003-07-25 | Change variable name to compiles with WARNS=3 | dsl |
| 2003-07-14 | use bounded string op | itojun |
| 2003-07-07 | Change 'Magic number' of menu text files. | dsl |
| 2003-06-27 | Add support for reading messages from a text file - msg_file() and msg_string(). | dsl |
| 2003-06-10 | Change msg_window() to return old window (temp buffer size isn't too important) | dsl |
| 2003-06-04 | Add msg_prompt_win() that will prompt in the specified window (instead of | dsl |
| 2003-01-10 | produce lint free code. | christos |
| 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 |