* display.c (displayBuffer): add ny rootY offset by tab tab line (cursorDown): offset rootY (arrangeCursor): offset rootY * etc.c (columnSkip): offset rootY (lineSkip): offset rootY (currentLineSkip): offset rootY * file.c (HTMLlineproc2body): ATTR_TARGET * fm.h (MapArea): add target (Buffer): add rootY (TabBuffer): added (Currentbuf): comment out (Firstbuf): comment out (CurrentTab): added (FirstTab): added (LastTab): added (open_tab_blank): added (close_tab_back): added (nTab): added (TabCols): added (N_TAB): added (Currentbuf): CurrentTab->currentBuffer (Firstbuf): CurrentTab->firstBuffer * funcname.tab (CLOSE_TAB): added (NEW_TAB): added (NEXT_TAB): added (PREV_TAB): added (TAB_GOTO): added (TAB_GOTO_RELATIVE): added (TAB_LEFT): added (TAB_LINK): added (TAB_MENU): added (TAB_RIGHT): added * html.c (ALST_AREA): add ATTR_TARGET * image.c (showImageProgress): offset rootY * main.c (_newT): added (followTab): added (moveTab): added (check_target): added (MAIN): init tab related values buf => tab (nscroll): offset rootY (pgFore): offset rootY (pgBack): offset rootY (ctrCsrV): offset rootY (_movD): offset rootY (_movU): offset rootY (_goLine): offset rootY (_mark): offset rootY (followA): check target (_followForm): offset rootY (drawAnchorCursor0): offset rootY (drawAnchorCursor): offset rootY (backBf): check close_tab_back (follow_map): rewrite for tab, check target (posTab): added (process_mouse): tab operation offset rootY (deleteFiles): for all buffers in all tabs (newTab): added (newT): added (numTab): added (deleteTab): added (closeT): added (nextT): added (prevT): added (followTab): added (tabA): added (tabURL0): added (tabURL): added (tabrURL): added (moveTab): added (tabR): added (tabL): added * map.c (follow_map_menu): return MapArea (newMapArea): add target args * menu.c (SelTabMenu): added (SelTabV): added (initSelTabMenu): added (smChTab): added (smDelTab): added (MainMenuItem): add Select Tab on New Tab (popupMenu): add initSelTabMenu() offset rootY (mainMn): offset rootY (selMn): offset rootY (initSelectMenu): offset rootY (tabMn): added * proto.h (newT): added (closeT): added (nextT): added (prevT): added (tabA): added (tabURL): added (tabrURL): added (tabR): added (tabL): added (newTab): added (deleteTab): added (follow_map_menu): return MapArea (newMapArea): add target arg (tabMn): added * rc.c (CMT_OPEN_TAB_BLANK): added (CMT_CLOSE_TAB_BACK): added (open_tab_blank): added (close_tab_back): added * doc/README.func (CLOSE_TAB): added (NEW_TAB): added (NEXT_TAB): added (PREV_TAB): added (TAB_GOTO): added (TAB_GOTO_RELATIVE): added (TAB_LEFT): added (TAB_LINK): added (TAB_MENU): added (TAB_RIGHT): added * doc-jp/README.func: ditto doc/README.func From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
126 lines
4.4 KiB
Plaintext
126 lines
4.4 KiB
Plaintext
ABORT Quit w3m without confirmation
|
|
ADD_BOOKMARK Add current page to bookmark
|
|
ALARM Set alarm
|
|
BACK Back to previous buffer
|
|
BEGIN Go to the first line
|
|
BOOKMARK Read bookmark
|
|
CENTER_H Move to the center line
|
|
CENTER_V Move to the center column
|
|
CLOSE_TAB Close current tab
|
|
COMMAND Execute w3m command(s)
|
|
COOKIE View cookie list
|
|
DEFINE_KEY Define a binding between a key stroke and a user command
|
|
DELETE_PREVBUF Delete previous buffer (mainly for local-CGI)
|
|
DICT_WORD Execute dictionary command (see README.dict)
|
|
DICT_WORD_AT Execute dictionary command for word at cursor
|
|
DISPLAY_IMAGE Restart loading and drawing of images
|
|
DOWN Scroll down one line
|
|
DOWNLOAD Save document source to file
|
|
EDIT Edit current document
|
|
EDIT_SCREEN Edit currently rendered document
|
|
END Go to the last line
|
|
EXEC_SHELL Execute shell command
|
|
EXIT Quit w3m without confirmation
|
|
EXTERN Execute external browser
|
|
EXTERN_LINK View current link using external browser
|
|
FRAME Render frame
|
|
GOTO Go to URL
|
|
GOTO_LINE Go to specified line
|
|
GOTO_LINK Go to current link
|
|
GOTO_RELATIVE Go to relative URL
|
|
HELP View help
|
|
HISTORY View history of URL
|
|
INFO View info of current document
|
|
INTERRUPT Stop loading document
|
|
INIT_MAILCAP Reread mailcap (mainly for local-CGI)
|
|
ISEARCH Incremental search forward
|
|
ISEARCH_BACK Incremental search backward
|
|
LEFT Shift screen one column
|
|
LINE_BEGIN Go to the beginning of line
|
|
LINE_END Go to the end of line
|
|
LINE_INFO Show current line number
|
|
LINK_BEGIN Go to the first link
|
|
LINK_END Go to the last link
|
|
LOAD Load local file
|
|
MAIN_MENU Popup menu
|
|
MARK Set/unset mark
|
|
MARK_MID Mark Message-ID-like strings as anchors
|
|
MARK_URL Mark URL-like strings as anchors
|
|
MARK_WORD Mark current word as anchor
|
|
MENU Popup menu
|
|
MOUSE_TOGGLE Toggle activity of mouse
|
|
MOVE_DOWN Move cursor down (a half screen scroll at the end of screen)
|
|
MOVE_DOWN1 Move cursor down (1 line scroll at the end of screen)
|
|
MOVE_LEFT Move cursor left (a half screen shift at the left edge)
|
|
MOVE_LEFT1 Move cursor left (1 columns shift at the left edge)
|
|
MOVE_RIGHT Move cursor right (a half screen shift at the right edge)
|
|
MOVE_RIGHT1 Move cursor right (1 columns shift at the right edge)
|
|
MOVE_UP Move cursor up (a half screen scroll at the top of screen)
|
|
MOVE_UP1 Move cursor up (1 line scrol at the top of screen)
|
|
MSGS Display error messages
|
|
NEW_TAB Open new tab
|
|
NEXT_DOWN Move to next downward link
|
|
NEXT_LEFT Move to next left link
|
|
NEXT_LEFT_UP Move to next left (or upward) link
|
|
NEXT_LINK Move to next link
|
|
NEXT_MARK Move to next word
|
|
NEXT_PAGE Move to next page
|
|
NEXT_RIGHT Move to next right link
|
|
NEXT_RIGHT_DOWN Move to next right (or downward) link
|
|
NEXT_TAB Move to next tab
|
|
NEXT_UP Move to next upward link
|
|
NEXT_WORD Move to next word
|
|
NOTHING Do nothing
|
|
NULL Do nothing
|
|
OPTIONS Option setting panel
|
|
PEEK Peek current URL
|
|
PEEK_IMG Peek image URL
|
|
PEEK_LINK Peek link URL
|
|
PIPE_BUF Send rendered document to pipe
|
|
PIPE_SHELL Execute shell command and browse
|
|
PREV_LINK Move to previous link
|
|
PREV_MARK Move to previous mark
|
|
PREV_PAGE Move to previous page
|
|
PREV_TAB Move to previous tab
|
|
PREV_WORD Move to previous word
|
|
PRINT Save buffer to file
|
|
QUIT Quit w3m
|
|
READ_SHELL Execute shell command and load
|
|
REDRAW Redraw screen
|
|
REG_MARK Set mark using regexp
|
|
RELOAD Reload buffer
|
|
RIGHT Shift screen one column right
|
|
SAVE Save document source to file
|
|
SAVE_IMAGE Save image to file
|
|
SAVE_LINK Save link to file
|
|
SAVE_SCREEN Save rendered document to file
|
|
SEARCH Search forward
|
|
SEARCH_BACK Search backward
|
|
SEARCH_FORE Search forward
|
|
SEARCH_NEXT Search next regexp
|
|
SEARCH_PREV Search previous regexp
|
|
SELECT Go to buffer selection panel
|
|
SELECT_MENU Popup buffer selection menu
|
|
SETENV Set environment variable
|
|
SET_OPTION Set option
|
|
SHELL Execute shell command
|
|
SHIFT_LEFT Shift screen left
|
|
SHIFT_RIGHT Shift screen right
|
|
SOURCE View HTML source
|
|
STOP_IMAGE Stop loading and drawing of images
|
|
SUBMIT Submit form
|
|
SUSPEND Stop loading document
|
|
TAB_GOTO Open URL on new tab
|
|
TAB_GOTO_RELATIVE Open relative URL on new tab
|
|
TAB_LEFT Move current tab left
|
|
TAB_LINK Open current link on new tab
|
|
TAB_MENU Popup tab selection menu
|
|
TAB_RIGHT Move current tab right
|
|
UP Scroll up one line
|
|
VERSION Display version of w3m
|
|
VIEW View HTML source
|
|
VIEW_BOOKMARK View bookmark
|
|
VIEW_IMAGE View image
|
|
WHEREIS Search forward
|
|
WRAP_TOGGLE Toggle wrap search mode
|