A few small changes to make the PuTTY source base more usable as a
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 9 Dec 2005 20:04:19 +0000 (20:04 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 9 Dec 2005 20:04:19 +0000 (20:04 +0000)
commit860a34f8738776bc2863499ffd09cff6c4cea8fc
treee653619e41e6344dabf401cad6a5c92510e6f42a
parent1f182589dea0018df41309c9a122737ee317bfe3
A few small changes to make the PuTTY source base more usable as a
basis for other terminal-involving applications: a stub
implementation of the printing interface, an additional function in
notiming.c, and also I've renamed the front-end function beep() to
do_beep() so as not to clash with beep() in lib[n]curses.

git-svn-id: svn://svn.tartarus.org/sgt/putty@6479 cda61777-01e9-0310-a592-d414129be87e
mac/macterm.c
macosx/osxwin.m
noprint.c [new file with mode: 0644]
notiming.c
putty.h
terminal.c
unix/gtkwin.c
windows/window.c