show width (gdb mode only)

Show the width of the screen.

Syntax

show width

Parameters

None.

Description

This command shows the width of the screen in characters.

To set the width, use set width.

Example

(idb) set width 40
(idb) show width
Number of characters idb thinks are in a line is 40
(idb) set width 0
(idb) show width
Number of characters idb thinks are in a line is 0

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.