termit is a vte based terminal emulator

Edit Package termit
https://github.com/nonstop/termit/wiki

termit is a terminal emulator based on the vte library.

It includes tabs, bookmarks, and the ability to switch encodings.

It is extensible via Lua.

Refresh
Refresh
Source Files
Filename Size Changed
termit-3.0.tar.gz 0000136990 134 KB
termit.changes 0000009094 8.88 KB
termit.spec 0000002211 2.16 KB
Revision 1 (latest revision is 5)
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 590299 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 1)
- remove libtool build dependency (unneeded)
- update to 3.0.0
  + added AppData file
  + license changed to GPLv3.0+
  + added 'apply to all tabs' in preferences dialog
  + new options: cursorBlinkMode, cursorShape startMaximized,
     hideTitlebarWhenMaximized
  + wordChars replaced with wordCharExceptions
  + removed options: imageFile, transparency, visibleBell
  + Require libvte>0.29 and Gtk-3.
- Lint .spec file
- Drop xz build requirement
- update to 2.10.1:
  * Fixed error with conflicting libvte/Gtk versions
  * Fixed ebuild (by Ilya Mochalov).
  * Suppress "invalid option" for -e.
  * Fixed missing link to math library
  * Miminum required version for Gtk-2 changed to 2.24.
  * Miminum required version for libvte changed to 0.28.
  * Rebuild po-files due to source changes.
- build with vte2/gtk2 because API seems to be more stable than
  vte/gtk3, (gtk3 build failed for openSUSE >= 13.2)
- update to 2.10.0:
  * version 2.8.1
        fixed bug in currentTabIndex
  * version 2.9.0
      new Lua functions:
          setColormap
      added support for system-wide rc.lua
      added support for using modules in rc.lua
      added several predefined colormaps
  * version 2.9.1
      fixed setEncoding in termit.utils module
      fixed possible zombie process
  * version 2.9.2
      fix build with --as-needed linker flags enabled (patch by Artur Frysiak)
      Meta, Super and Hyper in keybindings (patch by Artur Frysiak)
      project language set to C
      new Lua functions:
          feed feedChild
      fixed some compilation issues when using Gtk+3
      added Japanese translation (by Nobuhiro Iwamatsu)
  * version 2.9.3
      fixed installing as non-root
      added Spanish translation (by Martintxo)
      added German translation (by Dennis Ploeger)
      updated Hungarian translation (by Peter Polonkai)
      apply foreground color for bold fonts
      added several WM-specific commandline options: --name, --class, --role
  * version 2.9.4
      fix hyphen-used-as-minus-sign in manpage (by Thomas Koch)
      new options:
          hideTabbar (by Anurag Priyam)
      new Lua functions:
          toggleTabbar
      added Polish translation (by Miś Uszatek)
      added Danish translation
      added support for Lua 5.2
      fixed docs
  * version 2.9.5
      fixed bug with hideTabbar and hideSingleTab
      tabs indexes start with 1 (Lua-indexing)
      fixed desktop file
      added Swedish translation (by Tomas Fasth)
  * version 2.9.6
      fixed handling geometry setting
      added support to choose libraries while configuring termit build
      scrollable tabs in tabbar
      new options:
          tabPos - set tabbar position
  * version 2.10.0
      fixed compilation for OpenBSD
      prevent building termit with incompatible Gtk and Vte versions
      "exec" commandline option now works nearly like in xterm
      new options:
          showBorder - show notebook's borders
- cleanup spec file
- update to 2.8.0
	search in vte buffer (only for vte >= 0.26)
	new Lua functions
		forEachRow
		forEachVisibleRow
		findDlg findNext findPrev
	new options
		backspaceBinding
		deleteBinding
		setStatusbar
	extra warnings when compiling in DEBUG mode
	fixed docs
- update to 2.7.1
	display proper encoding when switching pages
- update to 2.7.0
	refactored reading table from Lua
	fixed working with sessions
	new options:
		imageFile - path to image to be set on the background
		colormap - instead of setColormap
		matches - instead of setMatches
		tabs - opened by default tabs
	changed default binding for 'closeTab' from 'Ctrl-w' to 'CtrlShift-w'
	cleanup
	fixed docs
- update to 2.6.0
	fixed -e option: read configs first only then execute
	accelerators for user menus
	new Lua functions
		setTabTitleDlg
		loadSessionDlg
		saveSessionDlg
		preferencesDlg
		quit
	cleanup
	fixed docs
	removed support for deprecated:
		use rc.lua instead of init.lua
		in openTab use title instead of name
			and workingDir instead of working_dir
		action in menuitem must be lua-function
- update to 2.5.0:
  * Lua functions: 'selection' and 'currentTab' have been added
  * global variable 'tabs' has been added: read-only access to tabs' properties
  * a bug causing a hidden menu to appear after reconfiguring has been fixed
  * documentation has been fixed
  * there are several changes in the Lua API
- changes from 2.4.0:
  * support for changing color maps
- update to 2.3.0:
  * adds the options audibleBell and visibleBell
  * adds support for urgency hint
  * custom actions on different matches (initial support)
- changes from 2.2.0:
  * bugs were fixed
  * mixed modifiers (such as AltCtrl or AltShift) are supported
  * new Lua functions were added:
    + setTabForegroundColor
    + setTabBackgroundColor
    + bindMouse
    + toggleMenubar
    + setWindowTitle
    + currentTabIndex
    + getTabTitle
    + getWindowTitle
  * new options were added
    + per-tab foreground/background colors
    + fillTabbar
    + hideMenubar
    + changeTitle
- changes from 2.1.1:
  * fixes a bug with black default font color
  * the man-page and init.lua.example were fixed
- update to 2.1
- update to 1.3.5:
  * a Korean translation was added
  * a bug with showing and hiding the scrollbar was fixed
- update to 1.3.4:
  * fixed bugs with loading keybindings
  * updated Hungarian translation
- new upstream version:
  * support was added for keyboard policy for shortcuts
- new upstream version:
  fixed loading default options when no configuration file was found
- new upstream version:
  * the show_scrollbar option was added in the popup menu and termit.cfg
  * the shell_cmd variable was split into shell and shell_cmd
  * fixes were made for a bug with uninitialized GError,
    --usage output,
	 statusbar encoding when loading session,
	 and compilation warnings
  * the documentation was updated
- new upstream version
- monospace patch merged by upstream
- new upstream version
- new upstream version
- moved to openSUSE Build Service
- moved doc files from /usr/share/doc/termit to /usr/share/doc/packages/termit
- build changed to cmake
- new upstream version
- new upstream version
- moved to Packman
- new upstream version
- new package
Comments 0
openSUSE Build Service is sponsored by