Major destabilisation, phase 1. In this phase I've moved (I think)
[u/mdw/putty] / unix / pterm.c
2002-10-22 simonMajor destabilisation, phase 1. In this phase I've...
2002-10-22 simonMake -ut work the right way round! :-)
2002-10-20 simonImplement Richard's really clever idea about bell overl...
2002-10-20 simonScrollOnKey wasn't working because I failed to set...
2002-10-18 simonReject unrecognised command-line options; thanks rjk.
2002-10-17 simonOops - that fix wasn't _quite_ right, since it killed all
2002-10-17 simonMake the shadow bold offset configurable, after discove...
2002-10-17 simonThis should fix the bug causing Alt-Shift to generate...
2002-10-16 simonAdd the -xrm command-line option, to allow specificatio...
2002-10-16 simonA few more command-line options.
2002-10-16 simonImplement reading of X resources, and -name to change...
2002-10-16 simonFix utmp and pty handling so that GTK never complains...
2002-10-16 simonBug `shift-backspace': whichever of ^H and ^? is config...
2002-10-15 simonSupport bold-as-font, by means of a separate bold font...
2002-10-15 simonSupport underline and vertical-line cursors as well...
2002-10-15 simonIf we can't load the specified font, give an error...
2002-10-15 simonScrollbar can now be configured to go on the left ...
2002-10-15 simonSupport ALT + numeric keypad for typing in strange...
2002-10-15 simonSupport scrolling with the mouse wheel (X servers appar...
2002-10-15 simonSupport for blinking text and blinking cursor. Won...
2002-10-15 simonUse the appalling gnome-terminal hack for server-contro...
2002-10-15 simonRemove some rogue diagnostics.
2002-10-15 simonDon't forget to initialise the pixel size parameters...
2002-10-15 simonRichard's patch to make the scrollbar configurably...
2002-10-15 simonSupport for all the server-side window configuration...
2002-10-15 simonIntroduce the ability to control whether the shell...
2002-10-15 simonFinish up utmp processing: add the -ut- command-line...
2002-10-15 simonSupport for utmp, wtmp and lastlog. Probably not terrib...
2002-10-15 simonTrim wide text properly at the RH edge of the screen.
2002-10-15 simonSupport for line attributes: ESC #3, #4 and #6 for...
2002-10-14 simonDon't cause the mouse pointer to reappear just because...
2002-10-14 simonOnly engage a GTK idle function when absolutely necessa...
2002-10-14 simonSet up the palette _before_ trying to paint the window...
2002-10-14 simonAdd the -log option, which activates full session loggi...
2002-10-14 simonSupport server requests for colour palette changes.
2002-10-14 simonDon't forget to call term_paste() when we get the chanc...
2002-10-14 simonSupport NetHack keypad mode. :-)
2002-10-14 simonSupport for hiding the mouse pointer on keypresses...
2002-10-14 simonxterm-class programs should exit when their primary...
2002-10-14 simonWindow title configurability: -T to set it from the...
2002-10-13 simongnome-terminal insists on receiving the selection as...
2002-10-13 simonAdded two simple command-line arguments: -fn (so I...
2002-10-13 simonResizing of pterm now works, and the size information...
2002-10-13 simonDeal with the appalling mouse pointer colours. (Why...
2002-10-13 simonShift-Ins pastes.
2002-10-13 simonSelection now supported in pterm. Required small modifi...
2002-10-13 simonFix underline, which I cleverly broke while adding...
2002-10-13 simonScrollbar now exists and functions; so do Shift-PgUp...
2002-10-10 simonStop hard-coding a nonstandard font. We now default...
2002-10-10 simonAnd that's it! pty.c is now a real pty backend rather...
2002-10-10 simonHalf-decent keyboard handling for pterm. Not very well...
2002-10-10 simonA sensible minimum of do_text() and do_cursor() is...
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...
2002-10-07 simonBegin destabilisation in the wake of 0.53! This checkin...