Home
last modified time | relevance | path

Searched refs:winpty (Results 1 – 25 of 58) sorted by relevance

123

/dports/java/intellij-pty4j/pty4j-61a48c06c79f13f5766a35bb6af4816f481f0940/src/com/pty4j/windows/
H A DWinPty.java59 Pointer winpty = null; in WinPty() local
82 winpty = INSTANCE.winpty_open(agentCfg, errPtr); in WinPty()
83 if (winpty == null) { in WinPty()
100 boolean result = INSTANCE.winpty_set_size(winpty, cols, rows, null); in WinPty()
132 myWinpty = winpty; in WinPty()
144 winpty = null; in WinPty()
152 INSTANCE.winpty_free(winpty); in WinPty()
464 boolean winpty_spawn(Pointer winpty, in winpty_spawn() argument
473 int winpty_get_console_process_list(Pointer winpty, in winpty_get_console_process_list() argument
478 int winpty_get_current_directory(Pointer winpty, in winpty_get_current_directory() argument
[all …]
/dports/math/R/R-4.1.2/src/gnuwin32/front-ends/
H A Drterm.c70 char winpty[MAX_PATH+1]; in AppMain() local
86 if (interactive && strcpy(winpty, "winpty.exe") && in AppMain()
87 PathFindOnPath(winpty, NULL)) { in AppMain()
93 len = strlen(winpty) + 5; /* 4*quote, terminator */ in AppMain()
101 pos = snprintf(cmd, len, "\"\"%s\"", winpty); in AppMain()
/dports/math/libRmath/R-4.1.1/src/gnuwin32/front-ends/
H A Drterm.c70 char winpty[MAX_PATH+1]; in AppMain() local
86 if (interactive && strcpy(winpty, "winpty.exe") && in AppMain()
87 PathFindOnPath(winpty, NULL)) { in AppMain()
93 len = strlen(winpty) + 5; /* 4*quote, terminator */ in AppMain()
101 pos = snprintf(cmd, len, "\"\"%s\"", winpty); in AppMain()
/dports/editors/neovim/neovim-0.6.1/cmake/
H A DFindWinpty.cmake3 find_path(WINPTY_INCLUDE_DIR winpty.h)
6 find_library(WINPTY_LIBRARY winpty)
7 find_program(WINPTY_AGENT_EXE winpty-agent.exe)
/dports/www/yarn-node16/yarn-v1.22.17/bin/
H A Dyarn17 if [ "$YARN_FORCE_WINPTY" = 1 ] || command_exists winpty && test -t 1; then
18 winpty node "$basedir/yarn.js" "$@"
/dports/www/yarn-node14/yarn-v1.22.17/bin/
H A Dyarn17 if [ "$YARN_FORCE_WINPTY" = 1 ] || command_exists winpty && test -t 1; then
18 winpty node "$basedir/yarn.js" "$@"
/dports/www/yarn/yarn-v1.22.17/bin/
H A Dyarn17 if [ "$YARN_FORCE_WINPTY" = 1 ] || command_exists winpty && test -t 1; then
18 winpty node "$basedir/yarn.js" "$@"
/dports/www/yarn-node17/yarn-v1.22.17/bin/
H A Dyarn17 if [ "$YARN_FORCE_WINPTY" = 1 ] || command_exists winpty && test -t 1; then
18 winpty node "$basedir/yarn.js" "$@"
/dports/devel/mutagen/mutagen-0.11.8/cmd/
H A Dterminal_windows.go25 winpty, err := exec.LookPath("winpty")
42 command := exec.Command(winpty, arguments...)
/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Dpty_process_win.h20 winpty_t *winpty; member
41 rv.object.winpty = NULL; in pty_process_init()
H A Dpty_process_win.c192 (void *)(ptyproc->object.winpty = winpty_object); in pty_process_spawn()
239 } else if (ptyproc->object.winpty != NULL) { in pty_process_resize()
240 winpty_set_size(ptyproc->object.winpty, width, height, NULL); in pty_process_resize()
260 && ptyproc->object.winpty != NULL) { in pty_process_close_master()
261 winpty_free(ptyproc->object.winpty); in pty_process_close_master()
262 ptyproc->object.winpty = NULL; in pty_process_close_master()
/dports/editors/vim/vim-8.2.3745/.github/workflows/
H A Dci.yml337 # winpty
338 … WINPTY_URL: https://github.com/rprichard/winpty/releases/download/0.4.3/winpty-0.4.3-msvc2015.zip
416 echo %COL_GREEN%Download winpty%COL_RESET%
417 call :downloadfile %WINPTY_URL% downloads\winpty.zip
418 7z x -y downloads\winpty.zip -oD:\winpty > nul || exit 1
419 … copy /Y D:\winpty\${{ matrix.warch }}\bin\winpty.dll src\winpty${{ matrix.bits }}.dll
420 copy /Y D:\winpty\${{ matrix.warch }}\bin\winpty-agent.exe src\
/dports/lang/gauche/Gauche-0.9.10/ext/tls/
H A Dtest.scm56 (not (find-file-in-paths "winpty" :extensions '("exe"))))
57 (no-openssl "winpty not found. (MinGW's openssl command needs it.)")]
/dports/java/intellij-pty4j/pty4j-61a48c06c79f13f5766a35bb6af4816f481f0940/
H A DREADME.md22 …ts java interface for pty for windows, using [WinPty](https://github.com/rprichard/winpty) library.
31 …ere is the magnificent WinPty library written by Ryan Prichard: https://github.com/rprichard/winpty
104 0.7 | 14-06-2016 | Updated to match the new winpty API
105 0.6 | 08-02-2016 | Correct NamedPipe usage for winpty
/dports/lang/gauche/Gauche-0.9.10/
H A Dappveyor.yml46 - bash -lc "pacman -S --noconfirm msys/winpty"
47 - bash -lc "winpty --version"
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/ptyqt/
H A DREADME.md13 …- WinPty part requires winpty sdk for build and winpty.dll with winpty-agent.exe for deployment wi…
41 %CMAKE_PATH% --build . --target winpty
197 - https://github.com/rprichard/winpty
H A Dptyqt.pro17 core/winpty.h \
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/windows/
H A D.gitignore12 winpty*/
H A Dinstall-dependencies.cmd18 set WINPTY_FILES=winpty-0.4.3-msys2-2.7.0.zip
78 if not exist winpty-0.4.3-msys2-2.7.0 (
/dports/math/curv/curv-0.5/
H A Dwindows.sh16 winpty
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/conf/
H A Drdesktop-dev.conf47 external-winpty-path=${WINPTY_ROOT}
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/test/resources/signed_dll/
H A DREADME.md22 Under Windows Git's bash shell, you need to use the "winpty" wrapper because
/dports/lang/gauche/Gauche-0.9.10/.github/workflows/
H A Dbuild.yml152 #pacman -S --noconfirm msys/winpty
153 #winpty --version
/dports/multimedia/mpv/mpv-0.34.1/DOCS/
H A Dcompile-windows.md194 much more pleasant if you use the ``winpty`` utility
197 pacman -S winpty
198 winpty mpv.com ToS-4k-1920.mov
/dports/x11/alacritty/alacritty-0.9.0/alacritty_terminal/tests/ref/delete_lines/
H A Dalacritty.recording33 drwxr-xr-x 3 undeadleech undeadleech 100 Nov 15 20:33 winpty

123