Find a file
Kristian Høgsberg 129decbdf7 terminal: Tab should not output spaces, just move cursor
Emacs uses tab and backspace to move the cursor as well as the regular
cursor movement escape codes.  When it's less bytes than the escape code,
emacs will use a tab or tab + backspace to move the cursor forward.  The
effect is that as you're  moving around in the buffer, emacs will
(seemingly) randomly insert spaces and overwrite what's in the terminal.
Making tab just move the cursor as it should fixes this.
2012-06-26 13:22:03 -04:00
clients terminal: Tab should not output spaces, just move cursor 2012-06-26 13:22:03 -04:00
data window.c: frame_button: Maximize, minimize, close, icon buttons in window frame 2012-05-10 16:19:33 -04:00
protocol text: Add input_method and text_model interfaces 2012-06-21 16:41:09 -04:00
shared compositor: add fallback strchrnul() 2012-06-12 12:29:13 -04:00
src compositor-drm: Don't leak FBs when the buffer of a sprite is detroyed 2012-06-26 10:25:24 -04:00
tests tests: Add weston-test to EXTRA_DIST 2012-06-25 17:50:22 -04:00
wcap wcap: Add vpx_config.h to Makefile.am 2012-06-25 17:13:34 -04:00
.gitignore .gitignore: Ignore ctags and cscope output 2012-06-22 11:52:04 -04:00
autogen.sh Update autotools configuration 2010-11-06 21:04:03 -04:00
configure.ac configure.ac: Bump version to 0.94.90 2012-06-25 21:35:42 -04:00
COPYING Add COPYING 2012-04-25 10:17:42 -04:00
Makefile.am Makefile.am: Don't list wcap sub directory twice in DIST_SUBDIRS 2012-06-25 18:05:08 -04:00
README Split into a demo repository that holds the demo compositor and clients 2011-02-14 22:13:33 -05:00
weston.ini Install screensaver by default 2012-06-25 14:06:45 -04:00

Wayland Demos

This repository contains a few demos application for the Wayland
project.  There's a sample compositor that can run on KMS, under X11
or under another Wayland compositor and there's a handful of simple
clients that demonstrate various aspects of Wayland: