Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
G
 General Primitives
 get_color
 get_color_pair
 get_mouse_pos
 get_nth
 get_parm
 get_property
 get_region
 get_term_characters
 get_term_feature
 get_term_features
 get_term_keyboard
 getenv
 geteuid
 getopt
 getpid
 getsubopt
 getuid
 getwd
 glob
 global
 gmtime
 goto_bookmark
 goto_line
 goto_old_line
 GRBACKUP
 GRDICTIONARIES
 GRDICTIONARY
 GRFILE
 GRFLAGS
 GRHELP
 GRIEF Macros
 GRIEF Software License
 GRIEF-The Glorious Reconfigurable Interactive Editing Facility
 grief_version
 GRINIT_FILE
 GRKBDPATH
 GRLEVEL
 GRLOG_FILE
 GRPATH
 GRPROFILE
 GRPROGNAME
 GRRC
 GRRC_FILE
 GRRESTORE_FILE
 GRSTATE_DB
 GRSTATE_FILE
 GRTEMPLATE
 GRTERM
 GRTERMCAP
 GRTMP
 GRVERSIONMAJOR
 GRVERSIONMINOR
 GRVERSIONS
H
 Help
 Hilite Regions
 hilite_create
 hilite_delete
 hilite_destroy
 History
 hunspell
list get_color([int flags = 0])
Retrieve screen colors.
void get_color_pair(string name|int ident,
  [int|string fg],
 [int|string bg],
 [int|string sf])
Retrieve the specific color.
void get_mouse_pos(  [int &x],
[int &y],
[int &winnum],
 [int &line],
[int &col],
 [int &where],
[int &region],
[int &event])
Retrieve last mouse action.
declare get_nth(int idx,
list expr)
Retrieve a list element.
int get_parm( [int argument],
declare &symbol,
  [string prompt],
 [int length = MAXPROMPT],
  [declare default],
 [int one = FALSE])
Retrieve the value of a macro parameter.
declare get_property(int obj_id,
string key)
Retrieve a dictionary item.
int get_region([int bufnum])
Retrieve marked region content.
list get_term_characters([top_left],
[top_right],
 [bottom_left],
[bottom_right],
[vertical],
[horizontal],
 [top_join],
[bottom_join],
[cross],
 [left_join],
[right_join],
[scrol],
[thumb])
Retrieve terminal special characters.
int get_term_feature( string | int ident,
declare value)
Get value of a terminal feature.
list get_term_features(...)
Retrieve terminate features.
list get_term_keyboard()
Retrieve the terminal keyboard definitions.
string getenv(string name)
Retrieve an environment variable.
int geteuid()
Retrieve the effective user identifier.
int getopt(
   string value,
    [[string shortopts], list longopts, string|list args, [string caller]]
)
Get options.
int getpid()
Retrieve the process identifier.
int getsubopt(string value,
 [list options],
  [string|list args],
 [string delim],
 [string quotes])
Parse suboption arguments from a string.
int getuid()
Retrieve the user identifier.
int getwd(int ignored,
string dir)
Get current working directory.
string glob(string pattern)
Generate pathnames matching a pattern.
global sym1, sym2, ..;
Declare a global variable.
int gmtime([int time = NULL],
[int &year],
[int &mon],
[int &mday],
 [string &monname],
[string &dayname],
[int &hour],
 [int &min],
[int &sec])
Convert a time value to UTC time components.
int goto_bookmark(int bookid =  NULL,
  [int &bufnum],  
 [int &line],  
 [int &column]  )
Seek a bookmark.
int goto_line([int lineno])
Move to a particular line.
int goto_old_line([int oldlineno])
Move to line before buffer modification.
extern const string GRBACKUP;
Backup path.
extern const string GRDICTIONARIES;
Dictionary locales.
extern const string GRDICTIONARY;
Dictionary search path.
extern const string GRFILE;
Default empty file name.
extern const string GRFLAGS;
Default command line arguments.
extern const string GRHELP;
Help search path.
GRIEF follows a C-style development model with the distinction that macros can be loaded dynamically.
GRIEF is © 1998-2024, Adam Young.
Firstly GRIEF is primarily a source editor and is designed for manipulating pieces of code, although it is capable of formatting and printing documents like a word processor.
int grief_version()
GRIEF version.
extern const string GRINIT_FILE;
GRIEF initialisation name.
extern const string GRKBDPATH;
Keyboard library search path.
extern const int GRLEVEL;
GRIEF Nesting level.
extern const string GRLOG_FILE;
GRIEF diagnostics log file name.
extern const string GRPATH;
Macro object search path.
extern const string GRPROFILE;
Profile directory override.
extern const string GRPROGNAME;
GRIEF application path.
extern const string GRRC;
GRIEF resource file path.
extern const string GRRC_FILE;
GRIEF initialisation name.
extern const string GRRESTORE_FILE;
GRIEF restore file name.
extern const string GRSTATE_DB;
GRIEF state database name.
extern const string GRSTATE_FILE;
GRIEF state file name.
extern const string GRTEMPLATE;
Source template search path.
extern const string GRTERM;
Terminal override.
extern const string GRTERMCAP;
Terminal capability database.
extern const string GRTMP;
Temporary dictionary.
extern const int GRVERSIONMAJOR;
GRIEF major version.
extern const int GRVERSIONMINOR;
GRIEF minor version.
extern const int GRVERSIONS;
Backup versions.
Use of Alt-H or command help invokes the GRIEF help interface.
Similar to marked regions, buffers may have one or more special highlighting regions defined, allowing macros to show specific buffer content.
int hilite_create([int bufnam],
[int type],
[int timeout],
 [int sline],
[int scol],
[int eline],
[int ecol],
 [string | int attr],
[int ident])
Create a hilite resource.
int hilite_delete( [int bufnum],
int hilite)
Delete a hilite resource.
int hilite_destroy([int bufnum],
[int type])
Destroy hilite resources.
The GRIEF Editor, despite the fact this package was only formally released in 2013, its development has its roots from the 80’s as a Brief clone.
hunspell 1.3.2 and 1.7.0