Jeffrey Crowell
ba8a2983e1
fix #2722 , make sure that the file is open b4 G
2015-06-12 15:47:08 -04:00
pancake
3013b98099
Add key.s/key.S config vars and fix aagraph glitch
2015-06-12 02:19:58 +02:00
Riccardo Schirone
33a550aa23
core/graph: fix undefined behaviour in event_resize callback
...
* fix bug in VV introduced by f802bdf3b1
* code refactoring
2015-06-11 12:46:36 +02:00
Judge Dredd (key 6E23685A)
e46f183b7c
fix #1298
2015-06-09 15:53:02 +02:00
pancake
c517036f20
Fix visual glitch with lastline fill
2015-06-05 00:34:26 +02:00
pancake
9c467f2ade
Fix #326 - call comments honor asm.cmtright now
2015-06-05 00:19:41 +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
pancake
10b701640c
Fix #2672 - Add 'Vz' to fold/unfold comments. Old Vz is now VZ
2015-06-02 01:04:10 +02:00
pancake
999f2d5de5
Add scr.atport option to enable old behaviour on linux
2015-05-19 00:18:14 +02:00
pancake
ee3141778a
Handle V@ with threads on osx/w32. Needs refinement
2015-05-19 00:11:04 +02:00
skuater@hotmail.com
ec1ba93468
fixed K/RePag outbounds
2015-04-16 10:30:54 +02:00
pancake
b4bbb2220c
Fix visual regression and add dummy dalvik regprofile
2015-04-11 04:45:09 +02:00
Anton Kochkov
c5f2f3521f
Fix the leaking holes
2015-04-11 02:05:51 +03:00
pancake
37476d6eef
Do not drop raw cons after getchr to avoid visual flickering
2015-04-09 16:43:20 +02:00
XVilka
db22e7337e
Fix input on Cygwin
2015-04-07 17:25:14 +03:00
skuater
f98d144afa
Windows console enhanced support for arrow and special keys
2015-04-07 15:23:03 +02:00
pancake
2e32d05986
Fix another capstone build breakage issue
2015-03-22 16:49:29 +01:00
pancake
37a5f6d358
Honor RConsPalette in pxA, handle hex.onechar
2015-03-22 16:16:51 +01:00
pancake
6be8b58744
Enhace the "pxA" with cursor and b&w modes
2015-03-21 03:06:31 +01:00
pancake
5cd2165633
Initial implementation of Vt. Still not finished
2015-03-17 01:29:28 +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
ef293e4b66
Initial PoC for the Visual 2.0 (for now: VV)
2015-03-05 02:07:53 +01:00
pancake
b84b8e36ac
Make V? ignore cursor mode. Vc? is now Vdm
2015-02-17 11:47:24 +01:00
pancake
e51808cb44
Changes in Visual keys: VF -> Vf-, Vt -> VF
2015-02-17 01:02:00 +01:00
pancake
421dd1243f
Obey scr.color in RConsCanvas from RCore.cmd("VV")
2015-02-14 04:50:29 +01:00
pancake
4c58ac2416
Initial implementation of p3 the 3D stereogram print mode
2015-02-14 04:17:34 +01:00
pancake
540644dbe5
VW -> :=H, VB -> V%, add Vw and VW (to seek next/prev word), Fix pidx on hud
2015-02-13 11:06:27 +01:00
pancake
e627b3a0a5
Implement V% to move cursor to the next matching pair
2015-02-13 00:36:05 +01:00
XVilka
b6ea8315fe
Fix r2 prompt in cygwin
2015-02-12 18:41:21 +03:00
pancake
18c451f2c2
Add scr.wheelspeed and implement dynamic asm.lineswidth in scr.responsive
2015-02-11 00:13:54 +01:00
pancake
7b597ea874
Fix latest COVs
2015-02-08 00:30:25 +01:00
pancake
d9bf313310
Show scroll percentage in vprompt
2015-02-06 19:24:26 +01:00
pancake
f2351636fe
Fix r_cons_readline() signature and some code cleanup
2015-01-31 00:50:05 +01:00
pancake
2d454d0d36
Fix invalid disasm scrolling for memory aligned archs
2014-11-10 16:55:13 +01:00
pancake
658d6deee8
Initial add 'C' to toggle colors in ascii graph (buggy+experimental)
2014-11-07 09:56:39 +01:00
pancake
6ef9165f39
Enable asm.cmtright when scr.responsive=1
2014-11-06 11:11:51 +01:00
pancake
8430ff1dba
r_bp_get -> r_bp_get_at // .. r_bp_get_in
2014-10-28 02:28:58 +01:00
pancake
8b3cdac3df
Add support for negative values in dbg.follow
2014-10-23 00:16:32 +02:00
pancake
c3d65e46a5
Fix dbg.follow
2014-10-23 00:08:12 +02:00
pancake
fc8773f97e
Disable mouse in Vd and longer showtime in scr.feedback=2
2014-10-21 01:20:06 +02:00
condret
65d8b20d05
RCoreFile-reduction: kill RCoreFile->rwx
2014-10-08 13:29:47 +02:00
pancake
2642b03076
Handle r2 -C ../V to start in visual. Fix file.loadmethod=append
2014-10-07 01:58:42 +02:00
pancake
1be6be0a75
Spawn cmd.xterm in visual with '@' key. Enhace remote consoles
2014-10-07 00:56:39 +02:00
pancake
2ac80c7c6a
Add chunked search /+ and enhace visual mode |=
...
* | sets cmd.cprompt
* = sets cmd.vprompt
* var names are a bit confusing, we should find better names
* Better highlight
* Fixed column in visual
* scr.colpos has been deprecated, now uses hex.cols
* Initial implementation of a chunked search /+
2014-10-06 02:36:22 +02:00
pancake
845157426a
Fix mouse selection problems in V:
2014-10-05 16:20:59 +02:00
pancake
a58789782d
Finally fix the brainfuck emulator
2014-10-03 20:05:33 +02:00
pancake
4249664dd4
Fix block cursor problems and temporal cursor seek in visual+prompt
2014-10-01 19:00:06 +02:00
condret
4f70c1bf89
kill RCoreFile->size
2014-09-30 15:31:19 +02:00
pancake
238bd6b6c4
Fix VV: wheel issue and set scr.highlight via Vdh, V/ or VV/
2014-09-28 04:01:31 +02:00
pancake
0248e53fb6
Add scr.visual, Fix BinBios section loading (rva issue)
2014-09-28 03:27:22 +02:00