summaryrefslogtreecommitdiff
path: root/xc/programs/xterm/button.c
AgeCommit message (Expand)AuthorFilesLines
1993-09-20ANSIfied for R6hersh1-4/+4
1993-09-11nit, unsigned long -> Time in SetSelectUnitrws1-2/+2
1991-05-31handle empty lines correctly when cutting. fixes XBUG #4002gildea1-7/+5
1991-05-10lintgildea1-14/+23
1991-05-06lintgildea1-62/+63
1991-05-04unhighlight when switching screensgildea1-3/+1
1991-04-22use CHARDRAWN attribute to know when characters aregildea1-22/+36
1991-04-15remove bogus Bogus declgildea1-2/+1
1991-03-13don't try to store more than MaxRequestSizegildea1-3/+9
1991-03-13don't dump core if can't get memory for selectiongildea1-6/+8
1991-03-04fix call to ScrnGetAttributes so can extend selectiongildea1-10/+2
1991-03-04caddr_t -> XtPointer, better commentsgildea1-8/+12
1991-02-05rationalize includesgildea1-3/+1
1991-02-04fix Length funtion to not trim trailing spaces from a selection.gildea1-33/+42
1991-01-24basicly works with SVR4gildea1-13/+17
1991-01-06replace copyright.h with textrws1-6/+2
1990-06-08fix for 3054, charClass needs to be 8 bitsjim1-7/+48
1990-06-06fix from 2424 from moraes for line wrap, also fixed bug in itjim1-10/+29
1990-03-05add select-set actionkeith1-8/+25
1989-12-10ansifyjim1-3/+5
1989-12-09moved signal.h into ptyx.h so that it could test SIGTSTP instead of JOBCONTROLjim1-3/+2
1989-12-08support COMPOUND_TEXT conversion requestsrws1-13/+16
1989-12-07remove a couple of Bonus /* ARGSUSED */kit1-6/+2
1989-11-20fixed selection (or at least made it better)jim1-19/+30
1989-11-13fix for mousingkeith1-3/+12
1989-11-06fixed problem with multiclick selectjim1-3/+12
1989-07-16use correct Xmu includesjim1-3/+4
1989-06-12use correct function when storing into CUT_BUFFERn, n != 0swick1-4/+4
1989-05-25removed unused code; apollo compiler actually did something rightjim1-32/+2
1989-05-25use SimpleMenu instead of internal crocksjim1-386/+21
1989-05-16Converted it to handle the new Xaw and Xmu configuration.kit1-7/+7
1989-04-18added support for keyboard extend selectjim1-21/+134
1989-03-22fix for 1611, not making second line in menu disabledjim1-2/+3
1989-03-11add static declsrws1-3/+7
1989-03-06removed checklogin usagejim1-8/+3
1989-03-01added support for 8th bitjim1-6/+6
1989-01-05make sure first and last lines are (re)hilighted properly when theswick1-6/+13
1989-01-04enhancement to allow handlers calling SendMousePosition to beswick1-16/+12
1989-01-04make sure columns are updated correctly when selection scrollsswick1-11/+32
1989-01-04fix for extend select being hosed while scrolledjim1-2/+4
1989-01-04also clip highlight regionjim1-4/+6
1989-01-03another fix for making sure selection stays within bounds of windowjim1-2/+22
1989-01-03fix for having selection start outside saved areajim1-2/+14
1988-12-09fix Button2, Button3 mouse escape sequence reporting. (bug 1199)swick1-6/+14
1988-11-16add Secure Keyboard menu and action proc supportrws1-6/+52
1988-11-07fix for killpg on Ultrix 2.3jim1-8/+13
1988-10-17don't leave the selection highlighted if we didn't actually own it.swick1-3/+7
1988-10-15better messagesjim1-10/+10
1988-10-15added Exitjim1-8/+16
1988-10-13select-end shouldn't require all buttons to be up; it's the job of the TMswick1-4/+3