Commit graph

13 commits

Author SHA1 Message Date
Riccardo Schirone
0c7fead825 core/panels: avoid right/bottom border in the panels view 2015-06-04 19:11:16 +02:00
Riccardo Schirone
8cb35540c7 cons: use all the available space in the screen
* r_cons_get_size should return the number of rows, why is there a "-1"?
* the newline at the end of the canvas converted to string (in
  r_cons_canvas_to_string) make things shift up one line
* r_cons_canvas_write should consider "left" (which is the number of
  chars available from x until the right side of the screen) and not
  "left - 1". Moreover, since "slen" is at most the maximum number of
  characters that we can print in that row, there is no need to check
  if we can write those bytes
* r_cons_flush usually add a newline, but we shouldn't print it because
  otherwise everything will shift up by one line
2015-06-04 19:11:16 +02:00
Judge_Dredd
3b7607635e fix V! color loss mentioned in #2655 2015-05-31 19:03:12 +02:00
Jonathan Neuschäfer
861f185c23 V!: don't hang on EOF 2015-03-23 15:20:17 +01:00
pancake
aa41e5f706 Fix build with capstone3 2015-03-22 16:45:31 +01:00
Jeffrey Crowell
401299ef10 spacing issue :\ 2015-03-12 15:16:38 -04:00
Jeffrey Crowell
50ed0f52f4 fix some COV
fixes COV 1288123 1288127
2015-03-12 15:14:17 -04:00
pancake
56adb2533c Fix some pdj issues and recover a bit of /p scroll 2015-03-06 01:14:09 +01:00
pancake
28d6c12043 V! -> V!!, VV(nofn) -> V!
- VV only opens if there's a function analized
- V! now opens the panels view
- V!! launches the 2048 game
2015-03-05 23:33:28 +01:00
pancake
4919c97921 Remove unnecessary redraws in the V2 2015-03-05 23:09:29 +01:00
pancake
0d7ab6f7f0 More goodies for the V2 panels, fixes in r_str_chop 2015-03-05 23:07:39 +01:00
condret
45b6f83d87 prevent a segfault and some dangerous reads in the panels 2015-03-05 12:18:37 +01:00
pancake
ef293e4b66 Initial PoC for the Visual 2.0 (for now: VV) 2015-03-05 02:07:53 +01:00