History log of /barrelfish-master/include/term/client/defs.h
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# d1bd4927 21-Jan-2016 Gerd Zellweger <mail@gerdzellweger.com>

Remove terminal.if interface from public facing header file.

Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>


# afbd7ea3 13-Jan-2016 Gerd Zellweger <mail@gerdzellweger.com>

Implement termios functionality for a better shell.

Allows to use linenoise library in fish that gives better
handling of backspace, arrow keys, editing, commmand history etc.

Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>


# 7fa06c57 28-Apr-2015 Moritz Hoffmann <moritzho@inf.ethz.ch>

Fix include of if/terminal_config_defs.h - depending on the compile order it cannot be included from header files.

Signed-off-by: Moritz Hoffmann <moritzho@inf.ethz.ch>


# a9f1271b 26-Jun-2013 Raphael Fuchs <fuchs.raphael@gmail.com>

New terminal API consisting of libterm_client and libterm_server.

The library libterm_client is responsible for connection setup to a terminal
server as well as character processing. It featues an blocking as well as a
non-blocking API.

The library libterm_server facilitates the development of device drivers that
act as terminal servers.

The API is described in Raphael Fuchs' Bachelor thesis: "A session control
interface for a Multikernel".