being interpreted in the locale urxvt was started.
- perl-overlays and refresh hooks were not applied in correct order.
- changed coordinate-system of view_start/nsaved to be top to bottom.
- - applied many patches by Emanuele Giaquinta, cleanups and
- bugfixes in the utmp logging code and configure.
+ - complete overhaul of the pty/utmp management stuff and configure
+ (Emanuele Giaquinta).
- removed src/strings.C and src/menubar.C. No menubar support
anymore.
- add tsl/fsl and related capabilities to the terminfo description,
#endif
-struct rxvt_ptytty_unix : rxvt_ptytty {
+struct rxvt_ptytty_base : rxvt_ptytty
+{
+ virtual void put () = 0;
+};
+
+struct rxvt_ptytty_unix : rxvt_ptytty_base
+{
char *name;
#ifndef RESET_TTY_TO_COMMON_DEFAULTS
}
virtual bool get () = 0;
- virtual void put () = 0;
virtual void login (int cmd_pid, bool login_shell, const char *hostname) = 0;
virtual void logout () = 0;