Many of IDA’s windows have status bars and they contain useful information and functionality which may not be always obvious.
The status bar at the bottom of IDA’s main window contains:
It also has a context menu offering quick access to analysis and processor-specific options (if supported by current processor module).
Each disassembly (IDA View) windows has a separate status bar too. In the text mode it contains:
Same status bar style is also used for Hex View and Pseudocode windows.
In the Graph mode, additional graph-related information is displayed (zoom level, mouse position etc.).
List views’ status bars by default display the current index and total number of items in the list
However, when using incremental search (type the first letters of the item to jump to the matching item), the typed letters replace it.