Changes between Initial Version and Version 1 of Ticket #897, comment 3
- Timestamp:
- 07/26/15 20:01:57 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #897, comment 3
initial v1 1 in here? 1 here in red console i assume.... 2 2 3 {{{ 3 4 function widget:AddConsoleLine(lines,priority) 4 5 lines = lines:match('^\[f=[0-9]+\] (.*)$') or lines … … 9 10 clipHistory(console,true) 10 11 end 12 }}}