1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-12 08:43:53 -05:00

Right, we now have:

* The ability to load the configuration from the current resource file (ie the
   application for now).
 * A scroll bar and size box that look right, even if they don't actually _do_
   anything yet.
 * A load of other minor tweaks.

[originally from svn r62]
This commit is contained in:
Ben Harris
1999-02-28 02:38:41 +00:00
parent 013a8acfd0
commit df4ff91c0e
8 changed files with 591 additions and 196 deletions

View File

@ -154,7 +154,9 @@ typedef struct {
unsigned char colours[22][3];
#endif /* not macintosh */
/* Selection options */
#ifndef macintosh
int mouse_is_xterm;
#endif
short wordness[256];
} Config;