summaryrefslogtreecommitdiff
path: root/src/ring.h
AgeCommit message (Expand)AuthorFilesLines
2008-11-22 Bug 536894 – Confusing use of "free" as variable-name in ringChristian Persch1-2/+2
2008-06-04Bug 536632 – vte build failure in ring.c:210: error: expected expressionBehdad Esfahbod1-9/+9
2007-02-21A small bit of callgrinding, avoid the modulus insideChris Wilson1-2/+8
2007-02-05cf Bug 342338 – suffers from memory fragmentationChris Wilson1-4/+4
2007-01-17As part of Bug 397439.Chris Wilson1-0/+5
2006-04-18Remove the #ident strings.Behdad Esfahbod1-1/+0
2003-01-14add _vte_ring_insert_preserve(), which scrolls lost items off the topvte_0_10_10Nalin Dahyabhai1-0/+1
2002-09-11Skip lookups for padding information if we're pretty sure we're using aNalin Dahyabhai1-1/+1
2002-09-052002-09-05 nalin prefix library-internal interfaces with underscores soNalin Dahyabhai1-15/+15
2002-09-05add giant warnings about how these headers define library-internalvte_0_8_18Nalin Dahyabhai1-0/+2
2002-09-052002-09-05 nalin first pass at writing documentation fixNalin Dahyabhai1-5/+7
2002-08-30Fix a how'd-that-ever-work bug (not returning anything fromvte_0_8_12Nalin Dahyabhai1-3/+2
2002-08-27Keep cursor position and scrolling offsets from going wonky when youvte_0_8_8Nalin Dahyabhai1-2/+8
2002-07-25Note that bold isn't broken any more. Note that k; was added. Set theNalin Dahyabhai1-13/+14
2002-07-23Expose the ring implementation and convert several simple functions intoNalin Dahyabhai1-6/+21
2002-07-13Added. Add -a/-b flags to control audible bell and blinking cursors. OnlyNalin Dahyabhai1-0/+4
2002-06-26Check for redundant resizes. Keep the alternate screen buffer size theNalin Dahyabhai1-0/+1
2002-06-10Include gettext support. Mark warnings for possible translation. Add.Nalin Dahyabhai1-2/+2
2002-04-26add a ring buffer for storing scrollback data. use a ring buffer insteadNalin Dahyabhai1-0/+41