1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-19 16:57:32 +03:00
Commit Graph

4 Commits

Author SHA1 Message Date
Timothy Stack
b6baae7730 [debug] more debugging stuff
Defect Number:
    Reviewed By:
   Testing Done:
2014-03-06 06:58:49 -08:00
Timothy Stack
f4aeb11ad5 [view_curses] use a vector for string attributes
Using a map/multimap is too expensive/complex for how many
attributes we have on a line due to how many tree nodes
need to be malloced/freed.  Just using a vector should be
good enough and a lot faster.
2014-01-25 09:29:35 -08:00
Timothy Stack
c58f14658a [ansi scrubber] minor reorg 2013-06-08 11:18:44 -07:00
Timothy Stack
8f0aac9dbd [test] add a test for the ansi scrubber 2013-06-08 10:51:54 -07:00