Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 2021 03:31:10 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r568426 - in branches/2021Q1/x11: . wezterm
Message-ID:  <202103150331.12F3VAEm008192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Mar 15 03:31:10 2021
New Revision: 568426
URL: https://svnweb.freebsd.org/changeset/ports/568426

Log:
  MFH: r564913 r564964 r564975 r565042 r568424 r568425
  
  x11/wezterm: add new port
  
  WezTerm is a GPU-accelerated cross-platform terminal emulator and
  multiplexer written by @wez and implemented in Rust.
  
  - Multiplex terminal panes, tabs and windows on local and remote
    hosts, with native mouse and scrollback
  - Ligatures, Color Emoji and font fallback, with true color and
    dynamic color schemes
  - Hyperlinks
  - Searchable Scrollback (use mouse wheel and Shift-PageUp and Shift
    PageDown to navigate, Ctrl-Shift-F to activate search mode)
  - xterm style selection of text with mouse; paste selection via
    Shift-Insert (bracketed paste is supported!)
  - SGR style mouse reporting (works in vim and tmux)
  - Render underline, double-underline, italic, bold, strikethrough
    (most other terminal emulators do not support as many render
    attributes)
  - Configuration via a file with hot reloading
  - Multiple Windows (Hotkey: Super-N)
  - Splits/Panes
  - Tabs (Hotkey: Super-T, next/prev: Super-[ and Super-], go-to: Super-[1-9])
  - SSH client with native tabs
  - Connect to serial ports for embedded/Arduino work
  - Connect to a local multiplexer server over unix domain sockets
  - Connect to a remote multiplexer using SSH or TLS over TCP/IP
  - iTerm2 compatible image protocol support, and built-in imgcat command
  - Sixel graphics support
  
  https://wezfurlong.org/wezterm/

Added:
  branches/2021Q1/x11/wezterm/
     - copied from r568425, head/x11/wezterm/
Modified:
  branches/2021Q1/x11/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/x11/Makefile
==============================================================================
--- branches/2021Q1/x11/Makefile	Mon Mar 15 02:17:26 2021	(r568425)
+++ branches/2021Q1/x11/Makefile	Mon Mar 15 03:31:10 2021	(r568426)
@@ -355,6 +355,7 @@
     SUBDIR += wdisplays
     SUBDIR += wdm
     SUBDIR += wev
+    SUBDIR += wezterm
     SUBDIR += wf-shell
     SUBDIR += wl-clipboard
     SUBDIR += wlogout



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103150331.12F3VAEm008192>