In This Book

The User Interface Startup File

The ￿le /opt/langtools/dde/ui/nls/C/ui_line.startup contains several macros that may save you some typing:

Use w to display the 10 lines immediately surrounding the current source line. The w command is an alias for view -5-lines 10.

Use l to display the 10 lines immediately follo wing the current source line. The l command is an alias for view -0-lines 10.

The following macros execute common commands and allow you to repeat the command on subsequent lines by pressing the <RETURN> key:

g

go

gr

go -return

sa

search

s

step

so

step -over

si

step -instruction

up

env `env(-1)

down

env `env(+1)

The edit macro invokes vi to edit the source ￿le.

A

Line-Mode User Interface A-3