mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-05 04:56:10 +00:00
22 lines
278 B
Plaintext
22 lines
278 B
Plaintext
NAME=Internal less
|
|
FILE=-
|
|
CMDS=<<EOF
|
|
e scr.interactive=false
|
|
pd 1~..
|
|
EOF
|
|
EXPECT_ERR=<<EOF
|
|
Internal less requires scr.interactive=true.
|
|
EOF
|
|
RUN
|
|
|
|
NAME=Hud mode
|
|
FILE=-
|
|
CMDS=<<EOF
|
|
e scr.interactive=false
|
|
pd 1~...
|
|
EOF
|
|
EXPECT_ERR=<<EOF
|
|
Hud mode requires scr.interactive=true.
|
|
EOF
|
|
RUN
|