mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-14 17:47:33 -05:00
Event Log for Unix PuTTY. Doesn't yet allow X selection of its
contents, and doesn't automatically maintain scroll position at the bottom when new entries are added while the list is open, but it's a start. [originally from svn r3087]
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
#include "putty.h"
|
||||
|
||||
const char *const appname = "pterm";
|
||||
const int use_event_log = 0; /* pterm doesn't need it */
|
||||
|
||||
Backend *select_backend(Config *cfg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user