summaryrefslogtreecommitdiff
path: root/src/mark.c
Commit message (Expand)AuthorAgeFilesLines
* Using 'https' instead of 'http'Alexander Naumov2019-11-091-1/+1
* get rid of (sometype *)0 castsAmadeusz Sławiński2018-04-071-4/+4
* use NULL instead of 0 where applicableAmadeusz Sławiński2018-04-061-9/+9
* fix non-ANSI function declarationsAmadeusz Sławiński2018-04-061-3/+3
* get rid of fontxAmadeusz Sławiński2018-03-031-6/+2
* refactor use of sizeofAmadeusz Sławiński2017-07-091-1/+1
* type cleanupsAmadeusz Sławiński2017-07-091-6/+6
* begin viewing scrollback buffer at the first line of output instead of at the...Guo Ci2017-06-211-3/+5
* make MakePaster len arg size_tAmadeusz Sławiński2017-02-151-1/+1
* u_plop, int len -> size_t lenAmadeusz Sławiński2017-01-221-1/+1
* Remove unnecessary decrement of rep_cntGuo Ci2016-10-161-1/+0
* use enums instead of hardcoded valuesAmadeusz Sławiński2016-07-241-2/+3
* move config.h to top of includesAmadeusz Sławiński2016-06-181-1/+2
* make all header files self-contained and include it in the source fileSimon Ruderich2016-02-071-1/+2
* more type conversions to boolAmadeusz Sławiński2015-12-061-4/+3
* constify LayFuncsAmadeusz Sławiński2015-09-021-1/+1
* int -> size_t for size typesAmadeusz Sławiński2015-09-021-2/+2
* Dead assignmentAmadeusz Sławiński2015-07-021-2/+2
* remove register keywordAmadeusz Sławiński2015-06-261-5/+5
* get rid of extern.hAmadeusz Sławiński2015-06-261-1/+0
* move global variables declarations to corresponding headersAmadeusz Sławiński2015-06-261-0/+2
* use system stuff, use boolAmadeusz Sławiński2015-06-251-11/+10
* more header stuffAmadeusz Sławiński2015-06-251-1/+6
* Remove *Rewrite, they mostly return EXPENSIVE anywayAmadeusz Sławiński2015-06-251-66/+0
* bye bye DEBUGAmadeusz Sławiński2015-06-251-22/+0
* change struct mchar to use uint32_t instead of charsAmadeusz Sławiński2015-06-251-8/+8
* Code reformatingAmadeusz Sławiński2015-06-251-1271/+1161
* xrealloc returns void* and remove all *allocs castsAmadeusz Sławiński2015-06-251-1/+1
* Simplify debugging macrosAmadeusz Sławiński2015-06-251-11/+11
* trailing whitespace removalAmadeusz Sławiński2015-06-251-5/+5
* move extern's into one placeAmadeusz Sławiński (amade)2015-06-251-6/+0
* replace some of strcpy with strncpyAmadeusz Sławiński (amade)2015-06-251-1/+1
* replace bcopy with memmoveAmadeusz Sławiński (amade)2015-06-251-1/+1
* make most features as always built in from now onAmadeusz Sławiński (amade)2015-06-251-44/+0
* rewrite functions definitionsAmadeusz Sławiński (amade)2015-06-251-38/+16
* remove __P macro it's obsoleteAmadeusz Sławiński2015-06-251-13/+13
* Support non-BMP utf8 charactersMichael Schroeder2013-04-091-6/+17
* Fix various issues (compile warnings etc.)Amadeusz Sławiński2012-01-271-0/+1
* Spelling fix: usefull --> useful.jesstess-docsJessica McKellar2010-11-101-1/+1
* Some more fixes for the list management.Sadrul Habib Chowdhury2010-02-261-1/+2
* Fix cursor positioning after a search in copy modeSadrul Habib Chowdhury2009-12-171-0/+4
* Allow adding visual notification in caption string.Sadrul Habib Chowdhury2009-12-151-0/+2
* Mouse clicks to place a mark in copy-mode.Sadrul Habib Chowdhury2009-12-061-12/+49
* Revamp the display list.Sadrul Habib Chowdhury2009-12-051-10/+3
* Re-indent some code, and reduce code-duplication.Sadrul Habib Chowdhury2009-09-231-38/+28
* Copyright for 2009Sadrul Habib Chowdhury2009-02-071-1/+1
* Update copyright messages some more.Sadrul Habib Chowdhury2008-10-211-1/+6
* Start converting to GPL v3+ (ref: ticket #23900)Sadrul Habib Chowdhury2008-10-131-4/+4
* Get rid of a bunch of compile warningsSadrul Habib Chowdhury2008-08-081-1/+2
* Prevent crashing from ;, in copy mode without fFtTSadrul Habib Chowdhury2008-08-071-2/+5