about summary refs log tree commit diff stats
path: root/subx/013direct_addressing.cc
Commit message (Expand)AuthorAgeFilesLines
* .Kartik Agaram2019-07-091-1/+0
* switch to new syntax for segment headers in C++Kartik Agaram2019-05-181-42/+42
* 5163Kartik Agaram2019-05-151-10/+18
* 5160Kartik Agaram2019-05-151-2/+2
* start using the new carry flagKartik Agaram2019-05-131-7/+7
* .Kartik Agaram2019-05-131-5/+5
* .Kartik Agaram2019-05-131-6/+7
* .Kartik Agaram2019-05-131-8/+8
* carry flag thoroughly tested in layer 13Kartik Agaram2019-05-131-30/+130
* .Kartik Agaram2019-05-131-9/+9
* CF needs special handling for some arithmetic opsKartik Agaram2019-05-121-16/+70
* .Kartik Agaram2019-05-121-4/+0
* snapshot of carry flag implementationKartik Agaram2019-05-121-11/+72
* 5152 - check for stack underflow/overflow in VMKartik Agaram2019-05-111-6/+8
* 5146Kartik Agaram2019-05-081-1/+1
* 5113 - x86's integer division (idiv) instructionKartik Agaram2019-04-211-1/+93
* 5012Kartik Agaram2019-03-201-1/+5
* 5001 - drop the :(scenario) DSLKartik Agaram2019-03-121-287/+454
* 4987 - support `browse_trace` tool in SubXKartik Agaram2019-02-251-41/+41
* 4915Kartik Agaram2019-01-081-0/+1
* 4886Kartik Agaram2018-12-281-2/+2
* 4830Kartik Agaram2018-12-031-1/+159
* 4748Kartik Agaram2018-11-181-4/+4
* 4715 - support one more negation instructionKartik Agaram2018-10-231-0/+47
* 4695Kartik Agaram2018-10-141-58/+58
* 4694Kartik Agaram2018-10-131-43/+43
* 4693Kartik Agaram2018-10-131-46/+43
* 4692 - update online help for subxKartik Agaram2018-10-131-32/+32
* 4688Kartik Agaram2018-10-121-35/+35
* 4686Kartik Agaram2018-10-121-5/+5
* 4634Kartik Agaram2018-10-011-5/+5
* 4614 - redo simulated RAMKartik Agaram2018-09-291-1/+2
* 4503Kartik Agaram2018-09-221-3/+15
* 4578 - subx: implement inc/dec operationsKartik Agaram2018-09-211-0/+121
* 4547Kartik Agaram2018-09-161-1/+1
* 4537Kartik Agaram2018-09-071-8/+48
* 4527 - reading commandline argumentsKartik Agaram2018-08-301-7/+0
* 4469Kartik Agaram2018-08-031-0/+425
B Mod1\-t Sets tiled layout. .TP .B Mod1\-f Sets floating layout. .TP .B Mod1\-m Sets monocle layout. .TP .B Mod1\-space Toggles between current and previous layout. .TP .B Mod1\-j Focus next window. .TP .B Mod1\-k Focus previous window. .TP .B Mod1\-h Decrease master area size. .TP .B Mod1\-l Increase master area size. .TP .B Mod1\-Return Zooms/cycles focused window to/from master area (tiled layouts only). .TP .B Mod1\-Shift\-c Close focused window. .TP .B Mod1\-Shift\-space Toggle focused window between tiled and floating state. .TP .B Mod1\-Tab Toggles to the previously selected tags. .TP .B Mod1\-Shift\-[1..n] Apply .RB nth tag to focused window. .TP .B Mod1\-Shift\-0 Apply all tags to focused window. .TP .B Mod1\-Control\-Shift\-[1..n] Add/remove .B nth tag to/from focused window. .TP .B Mod1\-[1..n] View all windows with .BR nth tag. .TP .B Mod1\-0 View all windows with any tag. .TP .B Mod1\-Control\-[1..n] Add/remove all windows with .BR nth tag to/from the view. .TP .B Mod1\-Shift\-q Quit dwm. .SS Mouse commands .TP .B Mod1\-Button1 Move focused window while dragging. Tiled windows will be toggled to the floating state. .TP .B Mod1\-Button2 Toggles focused window between floating and tiled state. .TP .B Mod1\-Button3 Resize focused window while dragging. Tiled windows will be toggled to the floating state. .SH CUSTOMIZATION dwm is customized by creating a custom config.h and (re)compiling the source code. This keeps it fast, secure and simple. .SH SEE ALSO .BR dmenu (1) .SH BUGS The status bar may display .BR "EOF" when dwm has been started by an X session manager like .BR xdm (1), because those close standard output before executing dwm. .P Java applications which use the XToolkit/XAWT backend may draw grey windows only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you can set the following environment variable (to use the older Motif backend instead): .BR AWT_TOOLKIT=MToolkit . .P GTK 2.10.9+ versions contain a broken .BR Save\-As file dialog implementation, which requests to reconfigure its window size in an endless loop. However, its window is still respondable during this state, so you can simply ignore the flicker until a new GTK version appears, which will fix this bug, approximately GTK 2.10.12+ versions.