Home
last modified time | relevance | path

Searched refs:fromwin (Results 1 – 11 of 11) sorted by relevance

/dports/x11-servers/x2x/x2x-e62a535/
H A DChangeLog.old18 - Initializae some variables (unused in -fromwin) to keep compiler happy
53 - Add magic key sequences for -fromwin:
59 - make -fromwin imply -capslockhack, and add -nocapslockhack option
61 - Fix to allow -east work before -fromwin on command line [Bug from Thomas]
88 - Support the -buttonblock flag in the -fromwin code
90 - Add description of -fromwin to the manpage
H A Dx2xwin.rc1 // Windows resources for x2x -fromwin
26 VALUE "FileDescription", "x2x -fromwin\0"
H A DAUTHORS6 Cygwin version, -fromwin to allow using Windows as source display.
H A Dconfigure.ac34 [enable Win32 support (-fromwin option). Disabled by default]))
H A DCOPYING.win321 Cygwin version with -fromwin to allow source to be a Windows machine that is not
/dports/russian/d1489/d1489-1.5.1/
H A DREADME7 towin/fromwin: best match cp1251<->koi8-r decoder with CR/LF
20 fromwin [-b] [-v] [-u] < cp1251(win)TextFile > koi8-r(unix)TextFile
21 fromwin [-b] [-v] [-u] [-p] [-o outdir] cp1251(win)TextFile ...
23 todos/fromdos/towin/fromwin [-h|-?]
H A DMakefile44 -rm -f ${DISTDIR}/bin/fromdos ${DISTDIR}/bin/fromwin ${DISTDIR}/bin/towin
46 ln -sf ${PREFIX}/bin/todos ${DISTDIR}/bin/fromwin
H A DINSTALL27 copy todos.exe fromwin.exe
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Ddiff.pro18 void diff_set_topline(win_T *fromwin, win_T *towin);
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Ddiff.c2002 void diff_set_topline(win_T *fromwin, win_T *towin) in diff_set_topline() argument
2004 buf_T *frombuf = fromwin->w_buffer; in diff_set_topline()
2005 linenr_T lnum = fromwin->w_topline; in diff_set_topline()
2058 towin->w_topfill = fromwin->w_topfill; in diff_set_topline()
2063 if (max_count - fromwin->w_topfill >= dp->df_count[toidx]) { in diff_set_topline()
2066 towin->w_topfill = fromwin->w_topfill; in diff_set_topline()
2070 + max_count - fromwin->w_topfill; in diff_set_topline()
2082 towin->w_topfill = fromwin->w_topfill; in diff_set_topline()
/dports/editors/vim/vim-8.2.3745/src/
H A Ddiff.c2087 diff_set_topline(win_T *fromwin, win_T *towin) in diff_set_topline() argument
2089 buf_T *frombuf = fromwin->w_buffer; in diff_set_topline()
2090 linenr_T lnum = fromwin->w_topline; in diff_set_topline()
2138 towin->w_topfill = fromwin->w_topfill; in diff_set_topline()
2146 if (max_count - fromwin->w_topfill >= dp->df_count[toidx]) in diff_set_topline()
2151 towin->w_topfill = fromwin->w_topfill; in diff_set_topline()
2156 + max_count - fromwin->w_topfill; in diff_set_topline()
2169 towin->w_topfill = fromwin->w_topfill; in diff_set_topline()