summary refs log blame commit diff stats
path: root/src/fe-gtk/rawlog.h
blob: 53c57d42753424398bea1f9cc45ed5d15bdae67c (plain) (tree)
pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-col
/* HexChat
 * Copyright (C) 1998-2010 Peter Zelezny.
 * Copyright (C) 2009-2013 Berke Viktor.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 */

#ifndef HEXCHAT_RAWLOG_H
#define HEXCHAT_RAWLOG_H

void open_rawlog (server *serv);

#endif
ts ~/.config/hexchat/*.so Plugins $(libdir)/hexchat/plugins/*.so plugins (this usually translates to /usr/lib/hexchat/plugins/*.so) Control Codes: ~~~~~~~~~~~~~~ %% - A single percentage sign %C - Control-C (mIRC color code) %B - Bold Text %U - Underline Text %R - Reverse Text %O - Reset all Text attributes %XXX - ASCII XXX (where XXX is a decimal 3 digit number) (Eg: %007 sends a BEEP) %Cforeground,background will produce a color code, eg: %C03,10 These are now disabled by default (see Settings > Prefs > Input Box). Instead you can insert the real codes via ctrl-k, ctrl-b and ctrl-o.