~moonsdad/+junk/hermit

« back to all changes in this revision

Viewing changes to doc/lua_api.txt

  • Committer: HildigerR Vergaray
  • Date: 2018-02-01 16:46:46 UTC
  • Revision ID: hildigerr.vergaray@ymirsystems.com-20180201164646-mf2sdlr2gbm3nauw
bell is a beep

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
*HermitOptions* - table with hermit options.
205
205
 
206
206
* allowChangingTitle - auto change title (similar to xterm)
207
 
* audibleBell - enables audible bell
 
207
* audibleBeep - enables audible beep
208
208
* backgroundColor - background color
209
209
* backspaceBinding - reaction on backspace key (one of HermitEraseBinding)
210
210
* colormap - array with 8 or 16 or 24 colors
232
232
* tabPos - tabbar position (Top, Bottom, Left, Right)
233
233
* tabs - table with items of HermitTabInfo type
234
234
* transparency - use transparency level [0,1]
235
 
* visibleBell - enables visible bell
236
 
* urgencyOnBell - set WM-hint 'urgent' on hermit window when bell
 
235
* visibleBeep - enables visible beep
 
236
* urgencyOnBeep - set WM-hint 'urgent' on hermit window when beep
237
237
* wordChars - word characters (double click selects word)
238
238
 
239
239