Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telix/SALT v3.15 & RS-232, Hayes - <b>update_term</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  UPDATE_TERM

  .  Summary

  update_term();

  .  Description

  The update_term function is called to make sure Telix updates cer-
  tain things relating to the video and terminal page. For example,
  changes made to the _back_color and _fore_color system variables
  will not take effect until this function is called. As well Telix
  may sometimes take up to 15 seconds to update the status bar (and in
  some cases while scripts are running, won't update it at all). Call-
  ing this function ensures that the status bar is updated.

  .  Return Value

  None.

  .  Example

  int temp;               // reverse current terminal colors
  temp = back_color;
  back_color = fore_color;
  fore_color = temp;
  update_term();

See Also: _back_color _fore_color

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson