about summary refs log tree commit diff stats
path: root/src/event/ui_events.h
Commit message (Expand)AuthorAgeFilesLines
* Applied coding style to src/event/James Booth2015-10-251-3/+3
* Added ui_ev_new_private_win to ui eventsJames Booth2015-05-041-0/+1
* Return result on OTR message sendingJames Booth2015-04-291-1/+1
* Return new window on new chat win eventJames Booth2015-04-291-1/+1
* Added ui events moduleJames Booth2015-04-281-0/+41
d='n24' href='#n24'>24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94

       
               
 

























































































                                                                           
**/.lsp

**/node_modules

*.o

# Created by https://www.toptal.com/developers/gitignore/api/emacs,macos
# Edit at https://www.toptal.com/developers/gitignore?templates=emacs,macos

### Emacs ###
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Org-mode
.org-id-locations
*_archive

# flymake-mode
*_flymake.*

# eshell files
/eshell/history
/eshell/lastdir

# elpa packages
/elpa/

# reftex files
*.rel

# AUCTeX auto folder
/auto/

# cask packages
.cask/
dist/

# Flycheck
flycheck_*.el

# server auth directory
/server/

# projectiles files
.projectile

# directory configuration
.dir-locals.el

# network security
/network-security.data


### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### macOS Patch ###
# iCloud generated files
*.icloud

# End of https://www.toptal.com/developers/gitignore/api/emacs,macos