bjh21
92fa26019d
Move the default path definition from msgdb.c to a new pathnames.h, as
...
required by KNF. This will also be required to allow msgc to be installed
into ${TOOLDIR} properly.
2001-10-15 22:11:12 +00:00
cgd
4515ccfe3e
nuke msg_printf() and msg_printf_add().
1999-07-04 22:55:48 +00:00
cgd
a70b70f98d
const-ify strings as appropriate, and convert message 'numbers' from
...
ints to 'msg's. 'msg' is currently typedef'd as 'const char *', but it'll
become more complex eventually.
1999-07-04 21:30:14 +00:00
cgd
8b6866fc0b
privatize msg_beep
1999-07-04 10:35:19 +00:00
cgd
4443f1b7ab
nuke msg_{,no}echo, add msg_prompt_noecho
1999-07-04 10:29:30 +00:00
cgd
ed2a9c9df9
nuke msg_prompt_str, msg_prompt_addstr, and msg_table (unused), and make
...
msg_vprintf private.
1999-07-04 10:13:12 +00:00
cgd
e8b59e21bb
provide APIs (currently mostly undocumented) to print pre-formatted
...
(table) text.
1999-07-04 07:40:51 +00:00
cgd
82ecc5c4d7
don't bother calculated up MAXSTR, especially since the value calculated
...
is _bogus_ in the face of printf-like message formatting! Instead,
calcuate the max size to format when the message window is set. We know
that we'll never want to format more characters than can fit in the window.
1999-06-22 15:00:37 +00:00
cgd
4b1c7617ba
the skeleton now also needs stdlib.h
1999-06-19 19:25:10 +00:00
veego
635cf4e57c
It was a bad idea to call a function 'beep'.
...
Rename it to msg_beep to avoid conflicts with the new curses.h.
1999-04-25 09:10:07 +00:00
enami
5e13aa5a50
- Include <string.h> to import the proto type of strlen().
...
- Add an empty line before inclusion of local header.
1997-10-03 16:37:25 +00:00
phil
584c2298f0
Import a simple message system with 'compiled' messages. Used by
...
the net system install program.
1997-09-26 21:16:38 +00:00